Class BatchReader.VariableWidthReader
java.lang.Object
org.apache.drill.exec.store.parquet.columnreaders.BatchReader
org.apache.drill.exec.store.parquet.columnreaders.BatchReader.VariableWidthReader
- Enclosing class:
- BatchReader
Strategy for reading a record batch when at last one column is
variable width.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.drill.exec.store.parquet.columnreaders.BatchReader
BatchReader.FixedWidthReader, BatchReader.MockBatchReader, BatchReader.VariableWidthReader
-
Field Summary
Fields inherited from class org.apache.drill.exec.store.parquet.columnreaders.BatchReader
readState
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected int
readRecords
(ColumnReader<?> firstColumnStatus, long recordsToRead) Methods inherited from class org.apache.drill.exec.store.parquet.columnreaders.BatchReader
readAllFixedFields, readAllFixedFieldsParallel, readAllFixedFieldsSerial, readBatch
-
Constructor Details
-
VariableWidthReader
-
-
Method Details
-
readRecords
- Specified by:
readRecords
in classBatchReader
- Throws:
Exception
-