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