| Package | Description |
|---|---|
| org.apache.flink.table.delegation | |
| org.apache.flink.table.operations |
| Modifier and Type | Method and Description |
|---|---|
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 |
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–2020 The Apache Software Foundation. All rights reserved.