public abstract class RowDataToHoodieFunctions extends Object
RowDataToHoodieFunction.| Modifier and Type | Method and Description |
|---|---|
static RowDataToHoodieFunction<org.apache.flink.table.data.RowData,HoodieRecord> |
create(org.apache.flink.table.types.logical.RowType rowType,
org.apache.flink.configuration.Configuration conf)
Creates a
RowDataToHoodieFunction instance based on the given configuration. |
public static RowDataToHoodieFunction<org.apache.flink.table.data.RowData,HoodieRecord> create(org.apache.flink.table.types.logical.RowType rowType, org.apache.flink.configuration.Configuration conf)
RowDataToHoodieFunction instance based on the given configuration.Copyright © 2022 The Apache Software Foundation. All rights reserved.