public class HoodieVirtualKeyInfo extends Object implements Serializable
| Constructor and Description |
|---|
HoodieVirtualKeyInfo(String recordKeyField,
Option<String> partitionPathField,
int recordKeyFieldIndex,
Option<Integer> partitionPathFieldIndex) |
| Modifier and Type | Method and Description |
|---|---|
Option<String> |
getPartitionPathField() |
Option<Integer> |
getPartitionPathFieldIndex() |
String |
getRecordKeyField() |
int |
getRecordKeyFieldIndex() |
String |
toString() |
public String getRecordKeyField()
public int getRecordKeyFieldIndex()
Copyright © 2022 The Apache Software Foundation. All rights reserved.