Package | Description |
---|---|
org.apache.flink.table.client.gateway.local.result |
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.