| Package | Description |
|---|---|
| org.apache.parquet.column | |
| org.apache.parquet.column.impl | |
| org.apache.parquet.filter | |
| org.apache.parquet.schema |
| Modifier and Type | Method and Description |
|---|---|
ColumnReader |
ColumnReadStore.getColumnReader(ColumnDescriptor path) |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnReaderImpl
ColumnReader implementation for the scenario when column indexes are not used (all values are read)
|
| Modifier and Type | Method and Description |
|---|---|
ColumnReader |
ColumnReadStoreImpl.getColumnReader(ColumnDescriptor path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ColumnPredicates.Predicate.apply(ColumnReader input) |
| Modifier and Type | Method and Description |
|---|---|
RecordFilter |
UnboundRecordFilter.bind(Iterable<ColumnReader> readers)
Call to bind to actual columns and create filter.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
PrimitiveType.PrimitiveTypeName.addValueToPrimitiveConverter(PrimitiveConverter primitiveConverter,
ColumnReader columnReader) |
abstract void |
PrimitiveType.PrimitiveTypeName.addValueToRecordConsumer(RecordConsumer recordConsumer,
ColumnReader columnReader)
reads the value from the columnReader with the appropriate accessor and writes it to the recordConsumer
|
abstract String |
PrimitiveType.PrimitiveTypeName.toString(ColumnReader columnReader)
reads the value from the columnReader with the appropriate accessor and returns a String representation
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.