Uses of Interface
org.apache.flink.table.client.gateway.result.ChangelogResult
-
Packages that use ChangelogResult Package Description org.apache.flink.table.client.cli org.apache.flink.table.client.gateway.result -
-
Uses of ChangelogResult in org.apache.flink.table.client.cli
Constructors in org.apache.flink.table.client.cli with parameters of type ChangelogResult Constructor Description CliChangelogResultView(org.jline.terminal.Terminal terminal, ResultDescriptor resultDescriptor, ChangelogResult collectResult)CliTableauResultView(org.jline.terminal.Terminal terminal, ResultDescriptor resultDescriptor, ChangelogResult collectResult) -
Uses of ChangelogResult in org.apache.flink.table.client.gateway.result
Classes in org.apache.flink.table.client.gateway.result that implement ChangelogResult Modifier and Type Class Description classChangelogCollectResultCollects results and returns them as a changelog.
-