@Internal
public interface StreamExecutorFactory
extends org.apache.flink.table.delegation.ExecutorFactory
ExecutorFactory to support DataStream API.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.delegation.Executor |
create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment)
Creates a corresponding
Executor. |
org.apache.flink.table.delegation.Executor create(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment streamExecutionEnvironment)
Executor.
This method will be used when instantiating a TableEnvironment from one of the
bridging modules which enables conversion from/to DataStream API.
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.