try_type_union_resolution

Function try_type_union_resolution 

pub fn try_type_union_resolution(
    data_types: &[DataType],
) -> Result<Vec<DataType>, DataFusionError>
Expand description

Handle type union resolution including struct type and others.