Interface | Description |
---|---|
ChangelogResult<C> |
A result that is represented as a changelog consisting of insert and delete records.
|
DynamicResult<C> |
A result of a dynamic table program.
|
MaterializedResult<C> |
A result that is materialized and can be viewed by navigating through a snapshot.
|
Result<C> |
A result of a table program submission to a cluster.
|
Class | Description |
---|---|
BasicResult<C> |
Basic result of a table program that has been submitted to a cluster.
|
ChangelogCollectStreamResult<C> |
Collects results and returns them as a changelog.
|
CollectStreamResult<C> |
A result that works similarly to
DataStreamUtils.collect(DataStream) . |
MaterializedCollectBatchResult<C> |
Collects results using accumulators and returns them as table snapshots.
|
MaterializedCollectStreamResult<C> |
Collects results and returns them as table snapshots.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.