Package io.trino.plugin.hudi.partition
Interface HudiPartitionInfo
- All Known Implementing Classes:
HiveHudiPartitionInfo
public interface HudiPartitionInfo
-
Method Summary
Modifier and TypeMethodDescriptionbooleangetTable()voidloadPartitionInfo(Optional<Partition> partition)
-
Method Details
-
getTable
Table getTable() -
getRelativePartitionPath
String getRelativePartitionPath() -
getHivePartitionName
String getHivePartitionName() -
getHivePartitionKeys
List<HivePartitionKey> getHivePartitionKeys() -
doesMatchPredicates
boolean doesMatchPredicates() -
getComparingKey
String getComparingKey() -
loadPartitionInfo
-