Uses of Interface
org.apache.flink.table.client.gateway.result.DynamicResult
-
Packages that use DynamicResult Package Description org.apache.flink.table.client.gateway org.apache.flink.table.client.gateway.result -
-
Uses of DynamicResult in org.apache.flink.table.client.gateway
Methods in org.apache.flink.table.client.gateway with type parameters of type DynamicResult Modifier and Type Method Description <T extends DynamicResult>
TResultDescriptor. createResult() -
Uses of DynamicResult in org.apache.flink.table.client.gateway.result
Subinterfaces of DynamicResult in org.apache.flink.table.client.gateway.result Modifier and Type Interface Description interfaceChangelogResultA result that is represented as a changelog consisting of insert and delete records.interfaceMaterializedResultA result that is materialized and can be viewed by navigating through a snapshot.Classes in org.apache.flink.table.client.gateway.result that implement DynamicResult Modifier and Type Class Description classChangelogCollectResultCollects results and returns them as a changelog.classCollectResultBaseA result that works throughTableResult.collect().classMaterializedCollectBatchResultCollects results and returns them as table snapshots.classMaterializedCollectResultBaseBase class to collect results and returns them as table snapshots.classMaterializedCollectStreamResultCollects results and returns them as table snapshots.
-