Package | Description |
---|---|
org.apache.flink.table.client.gateway.local | |
org.apache.flink.table.client.gateway.local.result |
Modifier and Type | Method and Description |
---|---|
<T> DynamicResult<T> |
ResultStore.createResult(Environment env,
TableSchema schema,
ExecutionConfig config)
Creates a result.
|
<T> DynamicResult<T> |
ResultStore.getResult(String resultId) |
Modifier and Type | Method and Description |
---|---|
void |
ResultStore.storeResult(String resultId,
DynamicResult result) |
Modifier and Type | Interface and Description |
---|---|
interface |
ChangelogResult<C>
A result that is represented as a changelog consisting of insert and delete records.
|
interface |
MaterializedResult<C>
A result that is materialized and can be viewed by navigating through a snapshot.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangelogCollectStreamResult<C>
Collects results and returns them as a changelog.
|
class |
CollectStreamResult<C>
A result that works similarly to
DataStreamUtils.collect(DataStream) . |
class |
MaterializedCollectBatchResult<C>
Collects results using accumulators and returns them as table snapshots.
|
class |
MaterializedCollectStreamResult<C>
Collects results and returns them as table snapshots.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.