| Package | Description |
|---|---|
| org.apache.hudi.source |
| Modifier and Type | Class and Description |
|---|---|
static class |
ExpressionPredicates.Equals
An EQUALS predicate that can be evaluated by the FileInputFormat.
|
static class |
ExpressionPredicates.GreaterThan
A GREATER_THAN predicate that can be evaluated by the FileInputFormat.
|
static class |
ExpressionPredicates.GreaterThanOrEqual
A GREATER_THAN_OR_EQUAL predicate that can be evaluated by the FileInputFormat.
|
static class |
ExpressionPredicates.In
An IN predicate that can be evaluated by the FileInputFormat.
|
static class |
ExpressionPredicates.LessThan
A LESS_THAN predicate that can be evaluated by the FileInputFormat.
|
static class |
ExpressionPredicates.LessThanOrEqual
A LESS_THAN_OR_EQUAL predicate that can be evaluated by the FileInputFormat.
|
static class |
ExpressionPredicates.NotEquals
A NOT_EQUALS predicate that can be evaluated by the FileInputFormat.
|
| Modifier and Type | Method and Description |
|---|---|
ExpressionPredicates.ColumnPredicate |
ExpressionPredicates.ColumnPredicate.bindFieldReference(org.apache.flink.table.expressions.FieldReferenceExpression fieldReference)
Binds field reference to create a column predicate.
|
ExpressionPredicates.ColumnPredicate |
ExpressionPredicates.ColumnPredicate.bindValueLiteral(org.apache.flink.table.expressions.ValueLiteralExpression valueLiteral)
Binds value literal to create a column predicate.
|
ExpressionPredicates.ColumnPredicate |
ExpressionPredicates.In.bindValueLiterals(List<org.apache.flink.table.expressions.ValueLiteralExpression> valueLiterals)
Binds value literals to create an IN predicate.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.