Uses of Package
org.apache.flink.table.client.gateway.result
-
Packages that use org.apache.flink.table.client.gateway.result Package Description org.apache.flink.table.client.cli org.apache.flink.table.client.gateway org.apache.flink.table.client.gateway.result -
Classes in org.apache.flink.table.client.gateway.result used by org.apache.flink.table.client.cli Class Description ChangelogResult A result that is represented as a changelog consisting of insert and delete records.MaterializedResult A result that is materialized and can be viewed by navigating through a snapshot. -
Classes in org.apache.flink.table.client.gateway.result used by org.apache.flink.table.client.gateway Class Description DynamicResult A result of a dynamic table program. -
Classes in org.apache.flink.table.client.gateway.result used by org.apache.flink.table.client.gateway.result Class Description ChangelogResult A result that is represented as a changelog consisting of insert and delete records.CollectResultBase A result that works throughTableResult.collect().CollectResultBase.ResultRetrievalThread Thread to retrieve data from theCloseableIteratorand process.DynamicResult A result of a dynamic table program.MaterializedCollectResultBase Base class to collect results and returns them as table snapshots.MaterializedResult A result that is materialized and can be viewed by navigating through a snapshot.