Modifier and Type | Method and Description |
---|---|
protected <T> DataStream<T> |
AbstractStreamTableEnvironmentImpl.toStreamInternal(Table table,
ModifyOperation modifyOperation) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStreamTableEnvironmentImpl.attachAsDataStream(List<ModifyOperation> modifyOperations) |
Modifier and Type | Field and Description |
---|---|
protected List<ModifyOperation> |
StatementSetImpl.operations |
Modifier and Type | Method and Description |
---|---|
List<ModifyOperation> |
StatementSetImpl.getOperations() |
Modifier and Type | Method and Description |
---|---|
CompiledPlan |
TableEnvironmentInternal.compilePlan(List<ModifyOperation> operations) |
CompiledPlan |
TableEnvironmentImpl.compilePlan(List<ModifyOperation> operations) |
TableResultInternal |
TableEnvironmentInternal.executeInternal(List<ModifyOperation> operations)
Execute the given modify operations and return the execution result.
|
TableResultInternal |
TableEnvironmentImpl.executeInternal(List<ModifyOperation> operations) |
protected List<Transformation<?>> |
TableEnvironmentImpl.translate(List<ModifyOperation> modifyOperations) |
Modifier and Type | Method and Description |
---|---|
InternalPlan |
Planner.compilePlan(List<ModifyOperation> modifyOperations) |
List<Transformation<?>> |
Planner.translate(List<ModifyOperation> modifyOperations)
Converts a relational tree of
ModifyOperation s into a set of runnable Transformation s. |
Modifier and Type | Method and Description |
---|---|
List<ModifyOperation> |
SessionContext.getStatementSetOperations() |
Modifier and Type | Method and Description |
---|---|
void |
SessionContext.addStatementSetOperation(ModifyOperation operation) |
Modifier and Type | Class and Description |
---|---|
class |
CollectModifyOperation
Special, internal kind of
ModifyOperation that collects the content of QueryOperation to local. |
class |
CreateTableASOperation
Operation to describe a CREATE TABLE AS statement.
|
class |
DeleteFromFilterOperation
The operation for deleting data in a table according to filters directly.
|
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 QueryOperation s to a Transformation of given type described with TypeInformation . |
class |
ReplaceTableAsOperation
Operation to describe a [CREATE OR] REPLACE TABLE AS statement.
|
class |
SinkModifyOperation
DML operation that tells to write to a sink.
|
class |
StagedSinkModifyOperation
DML operation that tells to write to a sink which implements
SupportsStaging . |
class |
UnregisteredSinkModifyOperation<T>
DML operation that tells to write to the given sink.
|
Modifier and Type | Method and Description |
---|---|
List<ModifyOperation> |
StatementSetOperation.getOperations() |
Constructor and Description |
---|
StatementSetOperation(List<ModifyOperation> operations) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.