@Internal public class LocalReferenceExpression extends Object implements org.apache.flink.table.expressions.ResolvedExpression
QueryOperation
. That entity does not come from any
of the Operations input. It might be for example a group window in window aggregation.Modifier and Type | Method and Description |
---|---|
<R> R |
accept(org.apache.flink.table.expressions.ExpressionVisitor<R> visitor) |
String |
asSummaryString() |
boolean |
equals(Object o) |
List<org.apache.flink.table.expressions.Expression> |
getChildren() |
String |
getName() |
org.apache.flink.table.types.DataType |
getOutputDataType() |
List<org.apache.flink.table.expressions.ResolvedExpression> |
getResolvedChildren() |
int |
hashCode() |
String |
toString() |
public String getName()
public org.apache.flink.table.types.DataType getOutputDataType()
getOutputDataType
in interface org.apache.flink.table.expressions.ResolvedExpression
public List<org.apache.flink.table.expressions.ResolvedExpression> getResolvedChildren()
getResolvedChildren
in interface org.apache.flink.table.expressions.ResolvedExpression
public String asSummaryString()
asSummaryString
in interface org.apache.flink.table.expressions.Expression
public List<org.apache.flink.table.expressions.Expression> getChildren()
getChildren
in interface org.apache.flink.table.expressions.Expression
public <R> R accept(org.apache.flink.table.expressions.ExpressionVisitor<R> visitor)
accept
in interface org.apache.flink.table.expressions.Expression
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.