Package io.trino.plugin.hudi.partition
Class HiveHudiPartitionInfo
java.lang.Object
io.trino.plugin.hudi.partition.HiveHudiPartitionInfo
- All Implemented Interfaces:
HudiPartitionInfo
-
Constructor Summary
ConstructorsConstructorDescriptionHiveHudiPartitionInfo(String hivePartitionName, List<io.trino.plugin.hive.metastore.Column> partitionColumns, List<io.trino.plugin.hive.HiveColumnHandle> partitionColumnHandles, TupleDomain<io.trino.plugin.hive.HiveColumnHandle> constraintSummary, io.trino.plugin.hive.metastore.Table table, io.trino.plugin.hive.metastore.HiveMetastore hiveMetastore) -
Method Summary
Modifier and TypeMethodDescriptionbooleanList<io.trino.plugin.hive.HivePartitionKey> voidloadPartitionInfo(Optional<io.trino.plugin.hive.metastore.Partition> partition) toString()
-
Constructor Details
-
HiveHudiPartitionInfo
public HiveHudiPartitionInfo(String hivePartitionName, List<io.trino.plugin.hive.metastore.Column> partitionColumns, List<io.trino.plugin.hive.HiveColumnHandle> partitionColumnHandles, TupleDomain<io.trino.plugin.hive.HiveColumnHandle> constraintSummary, io.trino.plugin.hive.metastore.Table table, io.trino.plugin.hive.metastore.HiveMetastore hiveMetastore)
-
-
Method Details
-
getRelativePartitionPath
- Specified by:
getRelativePartitionPathin interfaceHudiPartitionInfo
-
getHivePartitionKeys
- Specified by:
getHivePartitionKeysin interfaceHudiPartitionInfo
-
doesMatchPredicates
public boolean doesMatchPredicates()- Specified by:
doesMatchPredicatesin interfaceHudiPartitionInfo
-
loadPartitionInfo
- Specified by:
loadPartitionInfoin interfaceHudiPartitionInfo
-
toString
-