public abstract static class ExpressionEvaluators.LeafEvaluator extends Object implements ExpressionEvaluators.Evaluator
| Modifier and Type | Field and Description |
|---|---|
protected int |
index |
protected String |
name |
protected org.apache.flink.table.types.logical.LogicalType |
type |
| Constructor and Description |
|---|
LeafEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
ExpressionEvaluators.LeafEvaluator |
bindFieldReference(org.apache.flink.table.expressions.FieldReferenceExpression expr) |
protected ColumnStats |
getColumnStats(Map<String,ColumnStats> columnStatsMap) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevalprotected org.apache.flink.table.types.logical.LogicalType type
protected String name
protected int index
public ExpressionEvaluators.LeafEvaluator bindFieldReference(org.apache.flink.table.expressions.FieldReferenceExpression expr)
protected ColumnStats getColumnStats(Map<String,ColumnStats> columnStatsMap)
Copyright © 2023 The Apache Software Foundation. All rights reserved.