public class RexNodeExpression extends Object implements org.apache.flink.table.expressions.ResolvedExpression
| Constructor and Description |
|---|
RexNodeExpression(org.apache.calcite.rex.RexNode rexNode,
org.apache.flink.table.types.DataType outputDataType) |
| Modifier and Type | Method and Description |
|---|---|
<R> R |
accept(org.apache.flink.table.expressions.ExpressionVisitor<R> visitor) |
String |
asSummaryString() |
List<org.apache.flink.table.expressions.Expression> |
getChildren() |
org.apache.flink.table.types.DataType |
getOutputDataType() |
List<org.apache.flink.table.expressions.ResolvedExpression> |
getResolvedChildren() |
org.apache.calcite.rex.RexNode |
getRexNode() |
public RexNodeExpression(org.apache.calcite.rex.RexNode rexNode,
org.apache.flink.table.types.DataType outputDataType)
public org.apache.calcite.rex.RexNode getRexNode()
public String asSummaryString()
asSummaryString in interface org.apache.flink.table.expressions.Expressionpublic List<org.apache.flink.table.expressions.Expression> getChildren()
getChildren in interface org.apache.flink.table.expressions.Expressionpublic <R> R accept(org.apache.flink.table.expressions.ExpressionVisitor<R> visitor)
accept in interface org.apache.flink.table.expressions.Expressionpublic org.apache.flink.table.types.DataType getOutputDataType()
getOutputDataType in interface org.apache.flink.table.expressions.ResolvedExpressionpublic List<org.apache.flink.table.expressions.ResolvedExpression> getResolvedChildren()
getResolvedChildren in interface org.apache.flink.table.expressions.ResolvedExpressionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.