Uses of Class
org.apache.drill.exec.store.parquet.columnreaders.ParquetSchema
Packages that use ParquetSchema
Package
Description
-
Uses of ParquetSchema in org.apache.drill.exec.store.parquet.columnreaders
Methods in org.apache.drill.exec.store.parquet.columnreaders that return ParquetSchemaConstructors in org.apache.drill.exec.store.parquet.columnreaders with parameters of type ParquetSchemaModifierConstructorDescriptionReadState
(ParquetSchema schema, RecordBatchSizerManager batchSizerMgr, ParquetReaderStats parquetReaderStats, long numRecordsToRead, boolean useAsyncColReader) -
Uses of ParquetSchema in org.apache.drill.exec.store.parquet.columnreaders.batchsizing
Methods in org.apache.drill.exec.store.parquet.columnreaders.batchsizing that return ParquetSchemaConstructors in org.apache.drill.exec.store.parquet.columnreaders.batchsizing with parameters of type ParquetSchemaModifierConstructorDescriptionRecordBatchSizerManager
(OptionManager options, ParquetSchema schema, long totalRecordsToRead, RecordBatchStats.RecordBatchStatsContext batchStatsContext) Constructor.