| Interface | Description |
|---|---|
| Expression | |
| ExpressionVisitor<T> |
Visitor used to travers the expression.
|
| Predicate |
An expression that returns a Boolean value.
|
| StructLike |
| Class | Description |
|---|---|
| ArrayData | |
| BinaryExpression |
The expression that accept two child expressions.
|
| BindVisitor | |
| BoundReference | |
| Comparators | |
| LeafExpression |
Expression that without any child expressions.
|
| Literal<T> | |
| NameReference | |
| PartialBindVisitor |
Will try to bind all references, and convert unresolved references to AlwaysTrue.
|
| Predicates | |
| Predicates.And | |
| Predicates.BinaryComparison | |
| Predicates.FalseExpression | |
| Predicates.In | |
| Predicates.IsNotNull | |
| Predicates.IsNull | |
| Predicates.Not | |
| Predicates.Or | |
| Predicates.StringContains | |
| Predicates.StringStartsWith | |
| Predicates.TrueExpression |
| Enum | Description |
|---|---|
| Expression.Operator |
Copyright © 2024 The Apache Software Foundation. All rights reserved.