Function get_column_data_type

Source
pub(crate) fn get_column_data_type(
    infer_column_data_type: &Option<ColumnDataTypeWithExtension>,
    attribute: &ColumnAttribute,
) -> Option<ColumnDataTypeWithExtension>
Expand description

Get the column data type from the attribute or the inferred column data type.