@Internal public class ProjectQueryOperation extends Object implements QueryOperation
Expression
s from its input relational
operation.Constructor and Description |
---|
ProjectQueryOperation(List<org.apache.flink.table.expressions.ResolvedExpression> projectList,
QueryOperation child,
org.apache.flink.table.catalog.ResolvedSchema resolvedSchema) |
Modifier and Type | Method and Description |
---|---|
<T> T |
accept(QueryOperationVisitor<T> visitor) |
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
List<QueryOperation> |
getChildren() |
List<org.apache.flink.table.expressions.ResolvedExpression> |
getProjectList() |
org.apache.flink.table.catalog.ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
asSerializableString
public ProjectQueryOperation(List<org.apache.flink.table.expressions.ResolvedExpression> projectList, QueryOperation child, org.apache.flink.table.catalog.ResolvedSchema resolvedSchema)
public List<org.apache.flink.table.expressions.ResolvedExpression> getProjectList()
public org.apache.flink.table.catalog.ResolvedSchema getResolvedSchema()
QueryOperation
getResolvedSchema
in interface QueryOperation
public String asSummaryString()
Operation
asSummaryString
in interface Operation
public List<QueryOperation> getChildren()
getChildren
in interface QueryOperation
public <T> T accept(QueryOperationVisitor<T> visitor)
accept
in interface QueryOperation
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.