| Package | Description |
|---|---|
| org.apache.flink.table.client.gateway.local | |
| org.apache.flink.table.client.gateway.local.result |
| Modifier and Type | Method and Description |
|---|---|
DynamicResult |
ResultStore.createResult(org.apache.flink.configuration.ReadableConfig config,
org.apache.flink.table.api.TableResult tableResult)
Creates a result.
|
DynamicResult |
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
A result that is represented as a changelog consisting of insert and delete records.
|
interface |
MaterializedResult
A result that is materialized and can be viewed by navigating through a snapshot.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChangelogCollectResult
Collects results and returns them as a changelog.
|
class |
CollectResultBase
A result that works through
TableResult.collect(). |
class |
MaterializedCollectBatchResult
Collects results and returns them as table snapshots.
|
class |
MaterializedCollectResultBase
Base class to collect results and returns them as table snapshots.
|
class |
MaterializedCollectStreamResult
Collects results and returns them as table snapshots.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.