| AbstractShowOperation |
Base class for SHOW operations.
|
| AggregateQueryOperation |
Relational operation that performs computations on top of subsets of input rows grouped by key.
|
| BeginStatementSetOperation |
Operation to describe a BEGIN STATEMENT SET statement.
|
| CollectModifyOperation |
|
| CompileAndExecutePlanOperation |
Operation to describe an COMPILE AND EXECUTE PLAN statement.
|
| CorrelatedFunctionQueryOperation |
Describes a relational operation that was created from applying a correlated (process) table
function.
|
| CreateTableASOperation |
Operation to describe a CREATE TABLE AS statement.
|
| DeleteFromFilterOperation |
The operation for deleting data in a table according to filters directly.
|
| DescribeCatalogOperation |
Operation to describe a DESCRIBE CATALOG catalog_name statement.
|
| DescribeFunctionOperation |
Operation to describe a FUNCTION.
|
| DescribeModelOperation |
Operation to describe a DESCRIBE MODEL [EXTENDED] [[catalogName.] dataBasesName.]sqlIdentifier
statement.
|
| DescribeTableOperation |
Operation to describe a DESCRIBE [EXTENDED] [[catalogName.] dataBasesName].sqlIdentifier
statement.
|
| DistinctQueryOperation |
Removes duplicated rows of underlying relational operation.
|
| EndStatementSetOperation |
Operation to describe a End statement.
|
| ExplainOperation |
Operation to describe an EXPLAIN statement.
|
| 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.
|
| FunctionQueryOperation |
Describes a relational operation that was created from applying a (process) table function.
|
| JoinQueryOperation |
Table operation that joins two relational operations based on given condition.
|
| LoadModuleOperation |
Operation to describe a LOAD MODULE statement.
|
| NopOperation |
An Operation to represent that nothing needs to be done.
|
| OperationUtils |
|
| OutputConversionModifyOperation |
Special, internal kind of ModifyOperation that allows converting a tree of QueryOperations to a Transformation of given type described with TypeInformation.
|
| PartitionQueryOperation |
Describes a relational operation that was created from applying a partitioning.
|
| ProjectQueryOperation |
Table operation that computes new table using given Expressions from its input relational
operation.
|
| ReplaceTableAsOperation |
Operation to describe a [CREATE OR] REPLACE TABLE AS statement.
|
| SetQueryOperation |
A set operation on two relations.
|
| ShowCatalogsOperation |
Operation to describe a SHOW CATALOGS statement.
|
| ShowColumnsOperation |
Operation to describe a SHOW COLUMNS statement.
|
| ShowCreateCatalogOperation |
Operation to describe a SHOW CREATE CATALOG statement.
|
| ShowCreateModelOperation |
Operation to describe a SHOW CREATE MODEL statement.
|
| ShowCreateTableOperation |
Operation to describe a SHOW CREATE TABLE statement.
|
| ShowCreateViewOperation |
Operation to describe a SHOW CREATE VIEW statement.
|
| ShowCurrentCatalogOperation |
Operation to describe a SHOW CURRENT CATALOG statement.
|
| ShowCurrentDatabaseOperation |
Operation to describe SHOW CURRENT DATABASE operation.
|
| ShowDatabasesOperation |
Operation to describe a SHOW DATABASES statement.
|
| ShowFunctionsOperation |
Operation to describe a SHOW FUNCTIONS statement.
|
| ShowModelsOperation |
Operation to describe a SHOW MODELS statement.
|
| ShowModulesOperation |
Operation to describe a SHOW [FULL] MODULES statement.
|
| ShowPartitionsOperation |
Operation to describe a SHOW PARTITIONS statement.
|
| ShowProceduresOperation |
Operation to describe a SHOW PROCEDURES statement.
|
| ShowTablesOperation |
Operation to describe a SHOW TABLES statement.
|
| ShowViewsOperation |
Operation to describe a SHOW VIEWS statement.
|
| 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 |
|
| StagedSinkModifyOperation |
DML operation that tells to write to a sink which implements SupportsStaging.
|
| StatementSetOperation |
A Operation that describes the statement set, e.g.
|
| TableSourceQueryOperation<T> |
Inline scan of a TableSource.
|
| TruncateTableOperation |
Operation to describe an TRUNCATE TABLE statement.
|
| UnloadModuleOperation |
Operation to describe an UNLOAD MODULE statement.
|
| UnregisteredSinkModifyOperation<T> |
DML operation that tells to write to the given sink.
|
| UseCatalogOperation |
Operation to describe a USE CATALOG statement.
|
| UseDatabaseOperation |
Operation to describe a USE [catalogName.]dataBaseName statement.
|
| UseModulesOperation |
Operation to describe a USE MODULES statement.
|
| 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 |
|