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 TypeClassDescriptionclassstatic classOld versions of Drill were writing a non-standard format for date.static classOld versions of Drill were writing a non-standard format for date.static classstatic classclassNullableVarLengthValuesColumn<V extends ValueVector>classVarLengthColumn<V extends ValueVector>static final classstatic final classstatic classstatic final classstatic final classstatic classclassVarLengthValuesColumn<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 intBatchReader.FixedWidthReader.readRecords(ColumnReader<?> firstColumnStatus, long recordsToRead) protected intBatchReader.MockBatchReader.readRecords(ColumnReader<?> firstColumnStatus, long recordsToRead) protected abstract intBatchReader.readRecords(ColumnReader<?> firstColumnStatus, long recordsToRead) protected intBatchReader.VariableWidthReader.readRecords(ColumnReader<?> firstColumnStatus, long recordsToRead)