public class HoodieKeyLookupResult extends Object
| Constructor and Description |
|---|
HoodieKeyLookupResult(String fileId,
String partitionPath,
String baseInstantTime,
List<String> matchingRecordKeys) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseInstantTime() |
String |
getFileId() |
List<String> |
getMatchingRecordKeys() |
String |
getPartitionPath() |
Copyright © 2023 The Apache Software Foundation. All rights reserved.