Skip to main content

column_union

Function column_union 

Source
pub fn column_union(
    typ: &mut ReprColumnType,
    other: &ReprColumnType,
) -> Vec<ReprColumnTypeDifference>
Expand description

Unions other into typ, returning a list of differences on failure

This function returns an empty list when typ and other are a union