| Package | Description |
|---|---|
| org.apache.flink.table.client.gateway | |
| org.apache.flink.table.client.gateway.result |
| Modifier and Type | Method and Description |
|---|---|
static <T> TypedResult<T> |
TypedResult.empty() |
static <T> TypedResult<T> |
TypedResult.endOfStream() |
static <T> TypedResult<T> |
TypedResult.payload(T payload) |
| Modifier and Type | Method and Description |
|---|---|
protected <T> TypedResult<T> |
CollectResultBase.handleMissingResult() |
TypedResult<List<org.apache.flink.table.data.RowData>> |
ChangelogResult.retrieveChanges()
Retrieves the available result records.
|
TypedResult<List<org.apache.flink.table.data.RowData>> |
ChangelogCollectResult.retrieveChanges() |
TypedResult<Integer> |
MaterializedResult.snapshot(int pageSize)
Takes a snapshot of the current table and returns the number of pages for navigating through
the snapshot.
|
TypedResult<Integer> |
MaterializedCollectResultBase.snapshot(int pageSize) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.