| Package | Description |
|---|---|
| org.apache.flink.table.client.gateway | |
| org.apache.flink.table.client.gateway.result |
| Modifier and Type | Method and Description |
|---|---|
<T extends DynamicResult> |
ResultDescriptor.createResult() |
| 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–2023 The Apache Software Foundation. All rights reserved.