Uses of Interface
org.apache.flink.table.operations.ModifyOperation
-
Packages that use ModifyOperation Package Description org.apache.flink.table.api.internal org.apache.flink.table.delegation org.apache.flink.table.operations -
-
Uses of ModifyOperation in org.apache.flink.table.api.internal
Fields in org.apache.flink.table.api.internal with type parameters of type ModifyOperation Modifier and Type Field Description protected List<ModifyOperation>StatementSetImpl. operationsMethods in org.apache.flink.table.api.internal that return types with arguments of type ModifyOperation Modifier and Type Method Description List<ModifyOperation>StatementSetImpl. getOperations()Method parameters in org.apache.flink.table.api.internal with type arguments of type ModifyOperation Modifier and Type Method Description CompiledPlanTableEnvironmentImpl. compilePlan(List<ModifyOperation> operations)CompiledPlanTableEnvironmentInternal. compilePlan(List<ModifyOperation> operations)TableResultInternalTableEnvironmentImpl. executeInternal(List<ModifyOperation> operations)TableResultInternalTableEnvironmentInternal. executeInternal(List<ModifyOperation> operations)Execute the given modify operations and return the execution result.protected List<org.apache.flink.api.dag.Transformation<?>>TableEnvironmentImpl. translate(List<ModifyOperation> modifyOperations) -
Uses of ModifyOperation in org.apache.flink.table.delegation
Method parameters in org.apache.flink.table.delegation with type arguments of type ModifyOperation Modifier and Type Method Description InternalPlanPlanner. compilePlan(List<ModifyOperation> modifyOperations)List<org.apache.flink.api.dag.Transformation<?>>Planner. translate(List<ModifyOperation> modifyOperations)Converts a relational tree ofModifyOperations into a set of runnableTransformations. -
Uses of ModifyOperation in org.apache.flink.table.operations
Classes in org.apache.flink.table.operations that implement ModifyOperation Modifier and Type Class Description classCollectModifyOperationSpecial, internal kind ofModifyOperationthat collects the content ofQueryOperationto local.classCreateTableASOperationOperation to describe a CREATE TABLE AS statement.classDeleteFromFilterOperationThe operation for deleting data in a table according to filters directly.classExternalModifyOperationInternal operation used to convert aTableinto a DataStream.classOutputConversionModifyOperationSpecial, internal kind ofModifyOperationthat allows converting a tree ofQueryOperations to aTransformationof given type described withTypeInformation.classReplaceTableAsOperationOperation to describe a [CREATE OR] REPLACE TABLE AS statement.classSinkModifyOperationDML operation that tells to write to a sink.classStagedSinkModifyOperationDML operation that tells to write to a sink which implementsSupportsStaging.classUnregisteredSinkModifyOperation<T>DML operation that tells to write to the given sink.Methods in org.apache.flink.table.operations that return types with arguments of type ModifyOperation Modifier and Type Method Description List<ModifyOperation>StatementSetOperation. getOperations()Constructor parameters in org.apache.flink.table.operations with type arguments of type ModifyOperation Constructor Description StatementSetOperation(List<ModifyOperation> operations)
-