coerce_int96_to_resolution

Function coerce_int96_to_resolution 

Source
pub fn coerce_int96_to_resolution(
    parquet_schema: &SchemaDescriptor,
    file_schema: &Schema,
    time_unit: &TimeUnit,
) -> Option<Schema>
Expand description

Coerces the file schema’s Timestamps to the provided TimeUnit if Parquet schema contains INT96.