Uses of Class
org.apache.flink.table.gateway.service.operation.OperationExecutor
Packages that use OperationExecutor
Package
Description
-
Uses of OperationExecutor in org.apache.flink.table.gateway.service.context
Methods in org.apache.flink.table.gateway.service.context that return OperationExecutorModifier and TypeMethodDescriptionSessionContext.createOperationExecutor(org.apache.flink.configuration.Configuration executionConfig) -
Uses of OperationExecutor in org.apache.flink.table.gateway.service.materializedtable
Methods in org.apache.flink.table.gateway.service.materializedtable with parameters of type OperationExecutorModifier and TypeMethodDescriptionMaterializedTableManager.callMaterializedTableOperation(OperationExecutor operationExecutor, org.apache.flink.table.gateway.api.operation.OperationHandle handle, org.apache.flink.table.operations.materializedtable.MaterializedTableOperation op, String statement) MaterializedTableManager.refreshMaterializedTable(OperationExecutor operationExecutor, org.apache.flink.table.gateway.api.operation.OperationHandle handle, org.apache.flink.table.catalog.ObjectIdentifier materializedTableIdentifier, Map<String, String> staticPartitions, Map<String, String> dynamicOptions, boolean isPeriodic, String scheduleTime) -
Uses of OperationExecutor in org.apache.flink.table.gateway.service.session
Methods in org.apache.flink.table.gateway.service.session that return OperationExecutorModifier and TypeMethodDescriptionSession.createExecutor()Session.createExecutor(org.apache.flink.configuration.Configuration executionConfig)