@Internal public class ValuesQueryOperation extends Object implements QueryOperation
Expressions from its input relational
operation.| Constructor and Description |
|---|
ValuesQueryOperation(List<List<org.apache.flink.table.expressions.ResolvedExpression>> values,
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.
|
boolean |
equals(Object o) |
List<QueryOperation> |
getChildren() |
org.apache.flink.table.catalog.ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
List<List<org.apache.flink.table.expressions.ResolvedExpression>> |
getValues() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitasSerializableStringpublic org.apache.flink.table.catalog.ResolvedSchema getResolvedSchema()
QueryOperationgetResolvedSchema in interface QueryOperationpublic String asSummaryString()
OperationasSummaryString in interface Operationpublic List<QueryOperation> getChildren()
getChildren in interface QueryOperationpublic <T> T accept(QueryOperationVisitor<T> visitor)
accept in interface QueryOperationCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.