Uses of Class
org.apache.flink.table.client.gateway.TypedResult
-
Packages that use TypedResult Package Description org.apache.flink.table.client.gateway org.apache.flink.table.client.gateway.result -
-
Uses of TypedResult in org.apache.flink.table.client.gateway
Methods in org.apache.flink.table.client.gateway that return TypedResult Modifier and Type Method Description static <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 TypedResult Modifier and Type Method Description protected <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.TypedResult<Integer>MaterializedCollectResultBase. snapshot(int pageSize)TypedResult<Integer>MaterializedResult. snapshot(int pageSize)Takes a snapshot of the current table and returns the number of pages for navigating through the snapshot.
-