Class TableReferenceExpression
java.lang.Object
org.apache.flink.table.expressions.TableReferenceExpression
- All Implemented Interfaces:
org.apache.flink.table.expressions.Expression,org.apache.flink.table.expressions.ResolvedExpression
@PublicEvolving
public final class TableReferenceExpression
extends Object
implements org.apache.flink.table.expressions.ResolvedExpression
Expression that references another table.
This is a pure API expression that is translated into uncorrelated sub-queries by the planner.
-
Method Summary
Modifier and TypeMethodDescription<R> Raccept(org.apache.flink.table.expressions.ExpressionVisitor<R> visitor) booleanList<org.apache.flink.table.expressions.Expression>getName()org.apache.flink.table.types.DataTypeList<org.apache.flink.table.expressions.ResolvedExpression>inthashCode()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.table.expressions.ResolvedExpression
asSerializableString
-
Method Details
-
getName
-
getQueryOperation
-
getOutputDataType
public org.apache.flink.table.types.DataType getOutputDataType()- Specified by:
getOutputDataTypein interfaceorg.apache.flink.table.expressions.ResolvedExpression
-
getResolvedChildren
- Specified by:
getResolvedChildrenin interfaceorg.apache.flink.table.expressions.ResolvedExpression
-
asSummaryString
- Specified by:
asSummaryStringin interfaceorg.apache.flink.table.expressions.Expression
-
getChildren
- Specified by:
getChildrenin interfaceorg.apache.flink.table.expressions.Expression
-
accept
public <R> R accept(org.apache.flink.table.expressions.ExpressionVisitor<R> visitor) - Specified by:
acceptin interfaceorg.apache.flink.table.expressions.Expression
-
equals
-
hashCode
public int hashCode() -
toString
-