Package | Description |
---|---|
parquet.column | |
parquet.column.impl | |
parquet.filter | |
parquet.schema |
Modifier and Type | Method and Description |
---|---|
ColumnReader |
ColumnReadStore.getColumnReader(ColumnDescriptor path) |
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 © 2015. All rights reserved.