| Package | Description |
|---|---|
| org.apache.hudi.expression |
| Modifier and Type | Class and Description |
|---|---|
static class |
Predicates.And |
static class |
Predicates.BinaryComparison |
static class |
Predicates.FalseExpression |
static class |
Predicates.In |
static class |
Predicates.IsNotNull |
static class |
Predicates.IsNull |
static class |
Predicates.Not |
static class |
Predicates.Or |
static class |
Predicates.StringContains |
static class |
Predicates.StringStartsWith |
static class |
Predicates.TrueExpression |
| Modifier and Type | Method and Description |
|---|---|
Expression |
BindVisitor.visitPredicate(Predicate predicate) |
Expression |
PartialBindVisitor.visitPredicate(Predicate predicate)
If an expression is null after accept method, which means it cannot be bounded from
schema, we'll directly return
Predicates.TrueExpression. |
T |
ExpressionVisitor.visitPredicate(Predicate predicate) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.