Uses of Class
org.apache.flink.table.client.gateway.TypedResult
Packages that use TypedResult
Package
Description
-
Uses of TypedResult in org.apache.flink.table.client.gateway
Methods in org.apache.flink.table.client.gateway that return TypedResultModifier and TypeMethodDescriptionstatic <T> TypedResult<T>TypedResult.empty()static <T> TypedResult<T>TypedResult.endOfStream()static <T> TypedResult<T>TypedResult.payload(T payload) -
Uses of TypedResult in org.apache.flink.table.client.gateway.result
Methods in org.apache.flink.table.client.gateway.result that return TypedResultModifier and TypeMethodDescriptionprotected <T> TypedResult<T>CollectResultBase.handleMissingResult()TypedResult<List<org.apache.flink.table.data.RowData>>ChangelogCollectResult.retrieveChanges()TypedResult<List<org.apache.flink.table.data.RowData>>ChangelogResult.retrieveChanges()Retrieves the available result records.MaterializedCollectResultBase.snapshot(int pageSize) MaterializedResult.snapshot(int pageSize) Takes a snapshot of the current table and returns the number of pages for navigating through the snapshot.