Skip to main content

parquet_schema_from_array

Function parquet_schema_from_array 

Source
pub(crate) fn parquet_schema_from_array(
    elements: Vec<SchemaElement<'_>>,
) -> Result<TypePtr>