parquet_schema_from_bytes

Function parquet_schema_from_bytes 

Source
pub(crate) fn parquet_schema_from_bytes(buf: &[u8]) -> Result<SchemaDescriptor>
Expand description

Create a SchemaDescriptor from thrift input. The input buffer must contain a complete Parquet footer.