Uses of Interface
org.apache.flink.table.operations.ModifyOperation
Packages that use ModifyOperation
Package
Description
-
Uses of ModifyOperation in org.apache.flink.table.api.internal
Fields in org.apache.flink.table.api.internal with type parameters of type ModifyOperationModifier and TypeFieldDescriptionprotected final List<ModifyOperation>StatementSetImpl.operationsMethods in org.apache.flink.table.api.internal that return types with arguments of type ModifyOperationMethod parameters in org.apache.flink.table.api.internal with type arguments of type ModifyOperationModifier and TypeMethodDescriptionTableEnvironmentImpl.compilePlan(List<ModifyOperation> operations) TableEnvironmentInternal.compilePlan(List<ModifyOperation> operations) TableEnvironmentImpl.executeInternal(List<ModifyOperation> operations) TableEnvironmentInternal.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 ModifyOperationModifier and TypeMethodDescriptionPlanner.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 ModifyOperationModifier and TypeClassDescriptionfinal classSpecial, internal kind ofModifyOperationthat collects the content ofQueryOperationto local.classOperation to describe a CREATE TABLE AS statement.classThe operation for deleting data in a table according to filters directly.final classInternal operation used to convert aTableinto a DataStream.classSpecial, internal kind ofModifyOperationthat allows converting a tree ofQueryOperations to aTransformationof given type described withTypeInformation.classOperation to describe a [CREATE OR] REPLACE TABLE AS statement.classDML operation that tells to write to a sink.classDML operation that tells to write to a sink which implementsSupportsStaging.classDML operation that tells to write to the given sink.Methods in org.apache.flink.table.operations that return types with arguments of type ModifyOperationConstructor parameters in org.apache.flink.table.operations with type arguments of type ModifyOperation