| Package | Description |
|---|---|
| org.apache.flink.table.client.cli | |
| org.apache.flink.table.client.gateway | |
| org.apache.flink.table.client.gateway.result |
| Modifier and Type | Method and Description |
|---|---|
static Printer.StatementResultPrinter |
Printer.createStatementCommandPrinter(StatementResult result,
org.apache.flink.configuration.ReadableConfig sessionConfig) |
| Constructor and Description |
|---|
StatementResultPrinter(StatementResult result,
org.apache.flink.configuration.ReadableConfig sessionConfig) |
| Modifier and Type | Method and Description |
|---|---|
StatementResult |
Executor.executeStatement(String statement)
Execute statement.
|
StatementResult |
ExecutorImpl.executeStatement(String statement) |
| Constructor and Description |
|---|
ResultDescriptor(StatementResult tableResult,
org.apache.flink.configuration.ReadableConfig config) |
| Constructor and Description |
|---|
ChangelogCollectResult(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) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.