@Internal public class SortQueryOperation extends Object implements QueryOperation
| Constructor and Description |
|---|
SortQueryOperation(List<org.apache.flink.table.expressions.ResolvedExpression> order,
QueryOperation child) |
SortQueryOperation(List<org.apache.flink.table.expressions.ResolvedExpression> order,
QueryOperation child,
int offset,
int fetch) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(QueryOperationVisitor<T> visitor) |
String |
asSerializableString()
Returns a string that fully serializes this instance.
|
String |
asSummaryString()
Returns a string that summarizes this operation for printing to a console.
|
QueryOperation |
getChild() |
List<QueryOperation> |
getChildren() |
int |
getFetch() |
int |
getOffset() |
List<org.apache.flink.table.expressions.ResolvedExpression> |
getOrder() |
org.apache.flink.table.catalog.ResolvedSchema |
getResolvedSchema()
Resolved schema of this operation.
|
public SortQueryOperation(List<org.apache.flink.table.expressions.ResolvedExpression> order, QueryOperation child)
public SortQueryOperation(List<org.apache.flink.table.expressions.ResolvedExpression> order, QueryOperation child, int offset, int fetch)
public List<org.apache.flink.table.expressions.ResolvedExpression> getOrder()
public QueryOperation getChild()
public int getOffset()
public int getFetch()
public org.apache.flink.table.catalog.ResolvedSchema getResolvedSchema()
QueryOperationgetResolvedSchema in interface QueryOperationpublic String asSummaryString()
OperationasSummaryString in interface Operationpublic String asSerializableString()
QueryOperationCatalog as a view.asSerializableString in interface QueryOperationOperation.asSummaryString()public List<QueryOperation> getChildren()
getChildren in interface QueryOperationpublic <T> T accept(QueryOperationVisitor<T> visitor)
accept in interface QueryOperationCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.