public static class PreTransformOperator.Builder extends Object
PreTransformOperator.| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
PreTransformOperator.Builder |
addTransform(String tableInclusions,
String projection,
String filter) |
PreTransformOperator.Builder |
addTransform(String tableInclusions,
String projection,
String filter,
String primaryKey,
String partitionKey,
String tableOption) |
PreTransformOperator.Builder |
addUdfFunctions(List<org.apache.flink.api.java.tuple.Tuple2<String,String>> udfFunctions) |
PreTransformOperator |
build() |
public PreTransformOperator.Builder addTransform(String tableInclusions, @Nullable String projection, @Nullable String filter)
public PreTransformOperator.Builder addTransform(String tableInclusions, @Nullable String projection, @Nullable String filter, String primaryKey, String partitionKey, String tableOption)
public PreTransformOperator.Builder addUdfFunctions(List<org.apache.flink.api.java.tuple.Tuple2<String,String>> udfFunctions)
public PreTransformOperator build()
Copyright © 2024 The Apache Software Foundation. All rights reserved.