Uses of Interface
org.apache.flink.table.client.gateway.result.DynamicResult
Packages that use DynamicResult
Package
Description
-
Uses of DynamicResult in org.apache.flink.table.client.gateway
Methods in org.apache.flink.table.client.gateway with type parameters of type DynamicResult -
Uses of DynamicResult in org.apache.flink.table.client.gateway.result
Subinterfaces of DynamicResult in org.apache.flink.table.client.gateway.resultModifier and TypeInterfaceDescriptioninterfaceA result that is represented as a changelog consisting of insert and delete records.interfaceA result that is materialized and can be viewed by navigating through a snapshot.Classes in org.apache.flink.table.client.gateway.result that implement DynamicResultModifier and TypeClassDescriptionclassCollects results and returns them as a changelog.classA result that works throughTableResult.collect().classCollects results and returns them as table snapshots.classBase class to collect results and returns them as table snapshots.classCollects results and returns them as table snapshots.