public static class PrimaryKeyTableUtils.PrimaryKeyFieldsExtractor extends Object implements KeyValueFieldsExtractor
Modifier and Type | Field and Description |
---|---|
static PrimaryKeyTableUtils.PrimaryKeyFieldsExtractor |
EXTRACTOR |
Modifier and Type | Method and Description |
---|---|
List<DataField> |
keyFields(TableSchema schema)
Extract key fields from table schema.
|
List<DataField> |
valueFields(TableSchema schema)
Extract value fields from table schema.
|
public static final PrimaryKeyTableUtils.PrimaryKeyFieldsExtractor EXTRACTOR
public List<DataField> keyFields(TableSchema schema)
KeyValueFieldsExtractor
keyFields
in interface KeyValueFieldsExtractor
schema
- the table schemapublic List<DataField> valueFields(TableSchema schema)
KeyValueFieldsExtractor
valueFields
in interface KeyValueFieldsExtractor
schema
- the table schemaCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.