| Class and Description |
|---|
| QueryOperation
Base class for representing an operation structure behind a user-facing
Table API. |
| Class and Description |
|---|
| ModifyOperation
A
Operation that describes the DML queries such as e.g. |
| Operation
Covers all sort of Table operations such as queries(DQL), modifications(DML), definitions(DDL),
or control actions(DCL).
|
| QueryOperation
Base class for representing an operation structure behind a user-facing
Table API. |
| Class and Description |
|---|
| QueryOperation
Base class for representing an operation structure behind a user-facing
Table API. |
| Class and Description |
|---|
| ModifyOperation
A
Operation that describes the DML queries such as e.g. |
| Operation
Covers all sort of Table operations such as queries(DQL), modifications(DML), definitions(DDL),
or control actions(DCL).
|
| Class and Description |
|---|
| QueryOperation
Base class for representing an operation structure behind a user-facing
Table API. |
| Class and Description |
|---|
| QueryOperation
Base class for representing an operation structure behind a user-facing
Table API. |
| Class and Description |
|---|
| QueryOperation
Base class for representing an operation structure behind a user-facing
Table API. |
| Class and Description |
|---|
| QueryOperation
Base class for representing an operation structure behind a user-facing
Table API. |
| Class and Description |
|---|
| AggregateQueryOperation
Relational operation that performs computations on top of subsets of input rows grouped by key.
|
| CalculatedQueryOperation
Describes a relational operation that was created from applying a
TableFunction. |
| CollectModifyOperation
Special, internal kind of
ModifyOperation that collects the content of QueryOperation to local. |
| CreateTableASOperation
Operation to describe a CREATE TABLE AS statement.
|
| DistinctQueryOperation
Removes duplicated rows of underlying relational operation.
|
| ExternalModifyOperation
Internal operation used to convert a
Table into a DataStream. |
| FilterQueryOperation
Filters out rows of underlying relational operation that do not match given condition.
|
| JoinQueryOperation
Table operation that joins two relational operations based on given condition.
|
| JoinQueryOperation.JoinType
Specifies how the two Tables should be joined.
|
| ModifyOperation
A
Operation that describes the DML queries such as e.g. |
| ModifyOperationVisitor
Class that implements visitor pattern.
|
| Operation
Covers all sort of Table operations such as queries(DQL), modifications(DML), definitions(DDL),
or control actions(DCL).
|
| OutputConversionModifyOperation
Special, internal kind of
ModifyOperation that allows converting a tree of QueryOperations to a Transformation of given type described with TypeInformation. |
| OutputConversionModifyOperation.UpdateMode
Should the output type contain the change flag, and what should the flag represent
(retraction or deletion).
|
| ProjectQueryOperation
Table operation that computes new table using given
Expressions from its input relational
operation. |
| QueryOperation
Base class for representing an operation structure behind a user-facing
Table API. |
| QueryOperationVisitor
Class that implements visitor pattern.
|
| SetQueryOperation
A set operation on two relations.
|
| SetQueryOperation.SetQueryOperationType
Represent kind of this set operation.
|
| ShowFunctionsOperation.FunctionScope
Represent scope of function.
|
| ShowOperation
An
Operation that show one kind of objects, e.g. |
| SinkModifyOperation
DML operation that tells to write to a sink.
|
| SortQueryOperation
Expresses sort operation of rows of the underlying relational operation with given order.
|
| SourceQueryOperation
Describes a query operation from a
ContextResolvedTable. |
| TableSourceQueryOperation
Inline scan of a
TableSource. |
| UnregisteredSinkModifyOperation
DML operation that tells to write to the given sink.
|
| UseOperation
An
Operation that describes the catalog/database switch statements, e.g. |
| ValuesQueryOperation
Table operation that computes new table using given
Expressions from its input relational
operation. |
| WindowAggregateQueryOperation
Relational operation that performs computations on top of subsets of input rows grouped by key
and group window.
|
| WindowAggregateQueryOperation.ResolvedGroupWindow
Wrapper for resolved expressions of a
GroupWindow. |
| WindowAggregateQueryOperation.ResolvedGroupWindow.WindowType
The type of window.
|
| Class and Description |
|---|
| Operation
Covers all sort of Table operations such as queries(DQL), modifications(DML), definitions(DDL),
or control actions(DCL).
|
| ShowOperation
An
Operation that show one kind of objects, e.g. |
| Class and Description |
|---|
| Operation
Covers all sort of Table operations such as queries(DQL), modifications(DML), definitions(DDL),
or control actions(DCL).
|
| Class and Description |
|---|
| AggregateQueryOperation
Relational operation that performs computations on top of subsets of input rows grouped by key.
|
| CalculatedQueryOperation
Describes a relational operation that was created from applying a
TableFunction. |
| DistinctQueryOperation
Removes duplicated rows of underlying relational operation.
|
| FilterQueryOperation
Filters out rows of underlying relational operation that do not match given condition.
|
| JoinQueryOperation
Table operation that joins two relational operations based on given condition.
|
| JoinQueryOperation.JoinType
Specifies how the two Tables should be joined.
|
| ProjectQueryOperation
Table operation that computes new table using given
Expressions from its input relational
operation. |
| QueryOperation
Base class for representing an operation structure behind a user-facing
Table API. |
| QueryOperationVisitor
Class that implements visitor pattern.
|
| SetQueryOperation
A set operation on two relations.
|
| SortQueryOperation
Expresses sort operation of rows of the underlying relational operation with given order.
|
| SourceQueryOperation
Describes a query operation from a
ContextResolvedTable. |
| TableSourceQueryOperation
Inline scan of a
TableSource. |
| ValuesQueryOperation
Table operation that computes new table using given
Expressions from its input relational
operation. |
| WindowAggregateQueryOperation
Relational operation that performs computations on top of subsets of input rows grouped by key
and group window.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.