| Package | Description |
|---|---|
| org.apache.parquet.internal.filter2.columnindex |
| Modifier and Type | Method and Description |
|---|---|
static RowRanges |
ColumnIndexFilter.calculateRowRanges(FilterCompat.Filter filter,
ColumnIndexStore columnIndexStore,
Set<ColumnPath> paths,
long rowCount)
Calculates the row ranges containing the indexes of the rows might match the specified filter.
|
RowRanges |
ColumnIndexFilter.visit(Operators.And and) |
<T extends Comparable<T>> |
ColumnIndexFilter.visit(Operators.Eq<T> eq) |
<T extends Comparable<T>> |
ColumnIndexFilter.visit(Operators.Gt<T> gt) |
<T extends Comparable<T>> |
ColumnIndexFilter.visit(Operators.GtEq<T> gtEq) |
<T extends Comparable<T>,U extends UserDefinedPredicate<T>> |
ColumnIndexFilter.visit(Operators.LogicalNotUserDefined<T,U> udp) |
<T extends Comparable<T>> |
ColumnIndexFilter.visit(Operators.Lt<T> lt) |
<T extends Comparable<T>> |
ColumnIndexFilter.visit(Operators.LtEq<T> ltEq) |
RowRanges |
ColumnIndexFilter.visit(Operators.Not not) |
<T extends Comparable<T>> |
ColumnIndexFilter.visit(Operators.NotEq<T> notEq) |
RowRanges |
ColumnIndexFilter.visit(Operators.Or or) |
<T extends Comparable<T>,U extends UserDefinedPredicate<T>> |
ColumnIndexFilter.visit(Operators.UserDefined<T,U> udp) |
Copyright © 2020 The Apache Software Foundation. All rights reserved.