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.
pub(crate) fn parquet_schema_from_bytes(buf: &[u8]) -> Result<SchemaDescriptor>Create a SchemaDescriptor from thrift input. The input buffer must contain a complete
Parquet footer.