| Package | Description |
|---|---|
| org.apache.hudi.expression |
| Modifier and Type | Method and Description |
|---|---|
Expression.Operator |
BinaryExpression.getOperator() |
Expression.Operator |
Predicates.TrueExpression.getOperator() |
Expression.Operator |
Predicates.FalseExpression.getOperator() |
Expression.Operator |
Predicates.In.getOperator() |
Expression.Operator |
Predicates.IsNull.getOperator() |
Expression.Operator |
Predicates.IsNotNull.getOperator() |
Expression.Operator |
Predicates.Not.getOperator() |
Expression.Operator |
Predicate.getOperator() |
static Expression.Operator |
Expression.Operator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Expression.Operator[] |
Expression.Operator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BinaryComparison(Expression left,
Expression.Operator operator,
Expression right) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.