Uses of Class
org.apache.flink.table.client.gateway.StatementResult
Packages that use StatementResult
Package
Description
-
Uses of StatementResult in org.apache.flink.table.client.cli
Methods in org.apache.flink.table.client.cli with parameters of type StatementResultModifier and TypeMethodDescriptionPrinter.createStatementCommandPrinter(StatementResult result, org.apache.flink.configuration.ReadableConfig sessionConfig, long startTime) Constructors in org.apache.flink.table.client.cli with parameters of type StatementResultModifierConstructorDescriptionStatementResultPrinter(StatementResult result, org.apache.flink.configuration.ReadableConfig sessionConfig, long queryBeginTime) -
Uses of StatementResult in org.apache.flink.table.client.gateway
Methods in org.apache.flink.table.client.gateway that return StatementResultModifier and TypeMethodDescriptionExecutor.executeStatement(String statement) Execute statement.ExecutorImpl.executeStatement(String statement) Constructors in org.apache.flink.table.client.gateway with parameters of type StatementResultModifierConstructorDescriptionResultDescriptor(StatementResult tableResult, org.apache.flink.configuration.ReadableConfig config) -
Uses of StatementResult in org.apache.flink.table.client.gateway.result
Constructors in org.apache.flink.table.client.gateway.result with parameters of type StatementResultModifierConstructorDescriptionChangelogCollectResult(StatementResult tableResult) CollectResultBase(StatementResult tableResult) MaterializedCollectBatchResult(StatementResult tableResult, int maxRowCount) MaterializedCollectBatchResult(StatementResult tableResult, int maxRowCount, int overcommitThreshold) MaterializedCollectResultBase(StatementResult tableResult, int maxRowCount, int overcommitThreshold) MaterializedCollectStreamResult(StatementResult tableResult, int maxRowCount) MaterializedCollectStreamResult(StatementResult tableResult, int maxRowCount, int overcommitThreshold)