public class PrimaryKeyTableUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
PrimaryKeyTableUtils.PrimaryKeyFieldsExtractor
Primary key fields extractor.
|
Constructor and Description |
---|
PrimaryKeyTableUtils() |
Modifier and Type | Method and Description |
---|---|
static List<DataField> |
addKeyNamePrefix(List<DataField> keyFields) |
static RowType |
addKeyNamePrefix(RowType type) |
static MergeFunctionFactory<KeyValue> |
createMergeFunctionFactory(TableSchema tableSchema,
KeyValueFieldsExtractor extractor) |
public static MergeFunctionFactory<KeyValue> createMergeFunctionFactory(TableSchema tableSchema, KeyValueFieldsExtractor extractor)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.