Uses of Class
org.apache.drill.exec.store.parquet.columnreaders.ColumnReader
Packages that use ColumnReader
-
Uses of ColumnReader in org.apache.drill.exec.store.parquet.columnreaders
Subclasses of ColumnReader in org.apache.drill.exec.store.parquet.columnreadersModifier and TypeClassDescriptionclass
static class
Old versions of Drill were writing a non-standard format for date.static class
Old versions of Drill were writing a non-standard format for date.static class
static class
class
NullableVarLengthValuesColumn<V extends ValueVector>
class
VarLengthColumn<V extends ValueVector>
static final class
static final class
static class
static final class
static final class
static class
class
VarLengthValuesColumn<V extends ValueVector>
Methods in org.apache.drill.exec.store.parquet.columnreaders that return ColumnReaderModifier and TypeMethodDescriptionColumnReader<?>
ReadState.getFirstColumnReader()
Several readers use the first column reader to get information about the whole record or group (such as row count.)static ColumnReader<?>
ColumnReaderFactory.getNullableColumnReader
(ParquetRecordReader parentReader, org.apache.parquet.column.ColumnDescriptor columnDescriptor, org.apache.parquet.hadoop.metadata.ColumnChunkMetaData columnChunkMetaData, boolean fixedLength, ValueVector valueVec, org.apache.parquet.format.SchemaElement schemaElement) Methods in org.apache.drill.exec.store.parquet.columnreaders that return types with arguments of type ColumnReaderMethods in org.apache.drill.exec.store.parquet.columnreaders with parameters of type ColumnReaderModifier and TypeMethodDescriptionprotected int
BatchReader.FixedWidthReader.readRecords
(ColumnReader<?> firstColumnStatus, long recordsToRead) protected int
BatchReader.MockBatchReader.readRecords
(ColumnReader<?> firstColumnStatus, long recordsToRead) protected abstract int
BatchReader.readRecords
(ColumnReader<?> firstColumnStatus, long recordsToRead) protected int
BatchReader.VariableWidthReader.readRecords
(ColumnReader<?> firstColumnStatus, long recordsToRead)