| Package | Description |
|---|---|
| org.apache.flink.table.api.internal | |
| org.apache.flink.table.delegation | |
| org.apache.flink.table.operations |
| Modifier and Type | Method and Description |
|---|---|
TableResult |
TableEnvironmentInternal.executeInternal(List<ModifyOperation> operations)
Execute the given modify operations and return the execution result.
|
TableResult |
TableEnvironmentImpl.executeInternal(List<ModifyOperation> operations) |
String |
TableEnvironmentInternal.getJsonPlan(List<ModifyOperation> operations)
Get the json plan for the given
ModifyOperations. |
String |
TableEnvironmentImpl.getJsonPlan(List<ModifyOperation> operations) |
| Modifier and Type | Method and Description |
|---|---|
String |
Planner.getJsonPlan(List<ModifyOperation> modifyOperations)
Get the json plan of the given
ModifyOperations. |
List<org.apache.flink.api.dag.Transformation<?>> |
Planner.translate(List<ModifyOperation> modifyOperations)
Converts a relational tree of
ModifyOperations into a set of runnable Transformations. |
| Modifier and Type | Class and Description |
|---|---|
class |
CatalogSinkModifyOperation
DML operation that tells to write to a sink.
|
class |
CollectModifyOperation
Special, internal kind of
ModifyOperation that collects the content of QueryOperation to local. |
class |
ExternalModifyOperation
Internal operation used to convert a
Table into a DataStream. |
class |
OutputConversionModifyOperation
Special, internal kind of
ModifyOperation that allows converting a tree of QueryOperations to a Transformation of given type described with TypeInformation. |
class |
UnregisteredSinkModifyOperation<T>
DML operation that tells to write to the given sink.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.