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)
KeyValueFieldsExtractorkeyFields in interface KeyValueFieldsExtractorschema - the table schemapublic List<DataField> valueFields(TableSchema schema)
KeyValueFieldsExtractorvalueFields in interface KeyValueFieldsExtractorschema - the table schemaCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.