| Class and Description |
|---|
| FilterPredicate
A FilterPredicate is an expression tree describing the criteria for which records to keep when loading data from
a parquet file.
|
| Class and Description |
|---|
| FilterPredicate
A FilterPredicate is an expression tree describing the criteria for which records to keep when loading data from
a parquet file.
|
| FilterPredicate.Visitor
A FilterPredicate Visitor must visit all the operators in a FilterPredicate expression tree,
and must handle recursion itself, per the visitor pattern.
|
| Operators.And |
| Operators.BinaryColumn |
| Operators.BooleanColumn |
| Operators.Column |
| Operators.DoubleColumn |
| Operators.Eq |
| Operators.FloatColumn |
| Operators.Gt |
| Operators.GtEq |
| Operators.In |
| Operators.IntColumn |
| Operators.LogicalNotUserDefined |
| Operators.LongColumn |
| Operators.Lt |
| Operators.LtEq |
| Operators.Not |
| Operators.NotEq |
| Operators.NotIn |
| Operators.Or |
| Operators.SetColumnFilterPredicate
Base class for
Operators.In and Operators.NotIn. |
| Operators.SupportsEqNotEq |
| Operators.SupportsLtGt |
| Operators.UserDefined |
| Statistics
Contains statistics about a group of records
|
| UserDefinedPredicate
A UserDefinedPredicate decides whether a record should be kept or dropped, first by
inspecting meta data about a group of records to see if the entire group can be dropped,
then by inspecting actual values of a single column.
|
| Class and Description |
|---|
| FilterPredicate
A FilterPredicate is an expression tree describing the criteria for which records to keep when loading data from
a parquet file.
|
| FilterPredicate.Visitor
A FilterPredicate Visitor must visit all the operators in a FilterPredicate expression tree,
and must handle recursion itself, per the visitor pattern.
|
| Operators.And |
| Operators.Eq |
| Operators.Gt |
| Operators.GtEq |
| Operators.In |
| Operators.LogicalNotUserDefined |
| Operators.Lt |
| Operators.LtEq |
| Operators.Not |
| Operators.NotEq |
| Operators.NotIn |
| Operators.Or |
| Operators.UserDefined |
| UserDefinedPredicate
A UserDefinedPredicate decides whether a record should be kept or dropped, first by
inspecting meta data about a group of records to see if the entire group can be dropped,
then by inspecting actual values of a single column.
|
| Class and Description |
|---|
| FilterPredicate.Visitor
A FilterPredicate Visitor must visit all the operators in a FilterPredicate expression tree,
and must handle recursion itself, per the visitor pattern.
|
| Class and Description |
|---|
| FilterPredicate.Visitor
A FilterPredicate Visitor must visit all the operators in a FilterPredicate expression tree,
and must handle recursion itself, per the visitor pattern.
|
| Operators.And |
| Operators.Eq |
| Operators.Gt |
| Operators.GtEq |
| Operators.In |
| Operators.LogicalNotUserDefined |
| Operators.Lt |
| Operators.LtEq |
| Operators.Not |
| Operators.NotEq |
| Operators.NotIn |
| Operators.Or |
| Operators.UserDefined |
| UserDefinedPredicate
A UserDefinedPredicate decides whether a record should be kept or dropped, first by
inspecting meta data about a group of records to see if the entire group can be dropped,
then by inspecting actual values of a single column.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.