| Package | Description |
|---|---|
| org.apache.parquet.filter2.predicate |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Operators.SupportsLtGt |
| Modifier and Type | Class and Description |
|---|---|
static class |
Operators.BinaryColumn |
static class |
Operators.BooleanColumn |
static class |
Operators.DoubleColumn |
static class |
Operators.FloatColumn |
static class |
Operators.IntColumn |
static class |
Operators.LongColumn |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Comparable<T>,C extends Operators.Column<T> & Operators.SupportsEqNotEq> |
FilterApi.eq(C column,
T value)
Keeps records if their value is equal to the provided value.
|
static <T extends Comparable<T>,C extends Operators.Column<T> & Operators.SupportsEqNotEq> |
FilterApi.notEq(C column,
T value)
Keeps records if their value is not equal to the provided value.
|
Copyright © 2019 The Apache Software Foundation. All rights reserved.