| Package | Description |
|---|---|
| org.apache.flink.table.api | |
| org.apache.flink.table.api.internal |
| Modifier and Type | Method and Description |
|---|---|
TableResult |
Table.execute()
Collects the contents of the current table local client.
|
TableResult |
StatementSet.execute()
execute all statements and Tables as a batch.
|
TableResult |
Table.executeInsert(String tablePath)
Writes the
Table to a TableSink that was registered under the specified path,
and then execute the insert operation. |
TableResult |
Table.executeInsert(String tablePath,
boolean overwrite)
Writes the
Table to a TableSink that was registered under the specified path,
and then execute the insert operation. |
TableResult |
TableEnvironment.executeSql(String statement)
Execute the given single statement, and return the execution result.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TableResultImpl
Implementation for
TableResult. |
| Modifier and Type | Field and Description |
|---|---|
static TableResult |
TableResultImpl.TABLE_RESULT_OK |
| Modifier and Type | Method and Description |
|---|---|
TableResult |
TableResultImpl.Builder.build()
Returns a
TableResult instance. |
TableResult |
TableImpl.execute() |
TableResult |
TableImpl.executeInsert(String tablePath) |
TableResult |
TableImpl.executeInsert(String tablePath,
boolean overwrite) |
TableResult |
TableEnvironmentInternal.executeInternal(List<ModifyOperation> operations)
Execute the given modify operations and return the execution result.
|
TableResult |
TableEnvironmentImpl.executeInternal(List<ModifyOperation> operations) |
TableResult |
TableEnvironmentInternal.executeInternal(Operation operation)
Execute the given operation and return the execution result.
|
TableResult |
TableEnvironmentImpl.executeInternal(Operation operation) |
TableResult |
TableEnvironmentInternal.executeJsonPlan(String jsonPlan)
Execute the given json plan, and return the execution result.
|
TableResult |
TableEnvironmentImpl.executeJsonPlan(String jsonPlan) |
TableResult |
TableEnvironmentImpl.executeSql(String statement) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.