Package org.apache.flink.table.client.gateway.result
-
Interface Summary Interface Description ChangelogResult A result that is represented as a changelog consisting of insert and delete records.DynamicResult A result of a dynamic table program.MaterializedResult A result that is materialized and can be viewed by navigating through a snapshot. -
Class Summary Class Description ChangelogCollectResult Collects results and returns them as a changelog.CollectResultBase A result that works throughTableResult.collect().MaterializedCollectBatchResult Collects results and returns them as table snapshots.MaterializedCollectResultBase Base class to collect results and returns them as table snapshots.MaterializedCollectStreamResult Collects results and returns them as table snapshots.