Package | Description |
---|---|
org.apache.flink.table.client.gateway.local |
Class and Description |
---|
ChangelogResult
A result that is represented as a changelog consisting of insert and delete records.
|
CollectStreamResult
A result that works similarly to
DataStreamUtils.collect(DataStream) . |
DynamicResult
A result of a dynamic table program.
|
ExecutionContext.EnvironmentInstance
ExecutionEnvironment and StreamExecutionEnvironment cannot be reused
across multiple queries because they are stateful. |
MaterializedResult
A result that is materialized and can be viewed by navigating through a snapshot.
|
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.