| Package | Description |
|---|---|
| org.apache.parquet.filter2.recordlevel | |
| org.apache.parquet.io.api |
| Modifier and Type | Class and Description |
|---|---|
class |
FilteringGroupConverter
|
class |
FilteringPrimitiveConverter
see
FilteringRecordMaterializer
This pass-through proxy for a delegate PrimitiveConverter also
updates the IncrementallyUpdatedFilterPredicate.ValueInspectors of a IncrementallyUpdatedFilterPredicate |
| Modifier and Type | Method and Description |
|---|---|
Converter |
FilteringGroupConverter.getConverter(int fieldIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
GroupConverter
converter for group nodes
|
class |
PrimitiveConverter
converter for leaves of the schema
|
| Modifier and Type | Method and Description |
|---|---|
abstract Converter |
GroupConverter.getConverter(int fieldIndex)
called at initialization based on schema
must consistently return the same object
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.