| Package | Description |
|---|---|
| org.apache.flink.table.operations |
| Modifier and Type | Method and Description |
|---|---|
static SinkModifyOperation.ModifyType |
SinkModifyOperation.ModifyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SinkModifyOperation.ModifyType[] |
SinkModifyOperation.ModifyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
SinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
int[][] targetColumns,
SinkModifyOperation.ModifyType modifyType) |
SinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
Map<String,String> staticPartitions,
int[][] targetColumns,
boolean overwrite,
Map<String,String> dynamicOptions,
SinkModifyOperation.ModifyType modifyType) |
StagedSinkModifyOperation(ContextResolvedTable contextResolvedTable,
QueryOperation child,
Map<String,String> staticPartitions,
int[][] targetColumns,
boolean overwrite,
Map<String,String> dynamicOptions,
SinkModifyOperation.ModifyType modifyType,
org.apache.flink.table.connector.sink.DynamicTableSink dynamicTableSink) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.