Interface HudiPartitionInfo

All Known Implementing Classes:
HiveHudiPartitionInfo

public interface HudiPartitionInfo
  • Method Details

    • getTable

      Table getTable()
    • getRelativePartitionPath

      String getRelativePartitionPath()
    • getHivePartitionName

      String getHivePartitionName()
    • getHivePartitionKeys

      List<HivePartitionKey> getHivePartitionKeys()
    • doesMatchPredicates

      boolean doesMatchPredicates()
    • getComparingKey

      String getComparingKey()
    • loadPartitionInfo

      void loadPartitionInfo(Optional<Partition> partition)