| Package | Description |
|---|---|
| org.apache.parquet.column.statistics | |
| org.apache.parquet.filter2.recordlevel | |
| org.apache.parquet.schema |
| Modifier and Type | Method and Description |
|---|---|
PrimitiveComparator<T> |
Statistics.comparator()
Returns the
PrimitiveComparator implementation to be used to compare two generic values in the proper way
(for example, unsigned comparison for UINT_32). |
| Modifier and Type | Method and Description |
|---|---|
protected <T> PrimitiveComparator<T> |
IncrementallyUpdatedFilterPredicateBuilderBase.getComparator(ColumnPath path) |
| Modifier and Type | Field and Description |
|---|---|
static PrimitiveComparator<Binary> |
PrimitiveComparator.UNSIGNED_LEXICOGRAPHICAL_BINARY_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
<T> PrimitiveComparator<T> |
PrimitiveType.comparator()
Returns the
Type specific comparator for properly comparing values. |
Copyright © 2019 The Apache Software Foundation. All rights reserved.