Function scalar_union

Source
pub fn scalar_union(
    typ: &mut ReprScalarType,
    other: &ReprScalarType,
) -> 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