Uses of Class
io.trino.plugin.hive.metastore.HivePartitionName
-
Packages that use HivePartitionName Package Description io.trino.plugin.hive.metastore -
-
Uses of HivePartitionName in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HivePartitionName Modifier and Type Method Description static HivePartitionNameHivePartitionName. hivePartitionName(HiveTableName hiveTableName, String partitionName)static HivePartitionNameHivePartitionName. hivePartitionName(HiveTableName hiveTableName, List<String> partitionValues)Methods in io.trino.plugin.hive.metastore that return types with arguments of type HivePartitionName Modifier and Type Method Description List<RecordingHiveMetastore.Pair<HivePartitionName,Optional<Partition>>>RecordingHiveMetastore.Recording. getPartitions()List<RecordingHiveMetastore.Pair<Set<HivePartitionName>,Map<String,Optional<Partition>>>>RecordingHiveMetastore.Recording. getPartitionsByNames()List<RecordingHiveMetastore.Pair<Set<HivePartitionName>,Map<String,PartitionStatistics>>>RecordingHiveMetastore.Recording. getPartitionStatistics()
-