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