Uses of Class
io.trino.plugin.hive.metastore.HiveTableName
-
Packages that use HiveTableName Package Description io.trino.plugin.hive.metastore io.trino.plugin.hive.metastore.recording -
-
Uses of HiveTableName in io.trino.plugin.hive.metastore
Methods in io.trino.plugin.hive.metastore that return HiveTableName Modifier and Type Method Description HiveTableNameHivePartitionName. getHiveTableName()HiveTableNamePartitionFilter. getHiveTableName()static HiveTableNameHiveTableName. hiveTableName(String databaseName, String tableName)Methods in io.trino.plugin.hive.metastore with parameters of type HiveTableName Modifier and Type Method Description static HivePartitionNameHivePartitionName. hivePartitionName(HiveTableName hiveTableName, String partitionName)static HivePartitionNameHivePartitionName. hivePartitionName(HiveTableName hiveTableName, List<String> partitionValues)Constructors in io.trino.plugin.hive.metastore with parameters of type HiveTableName Constructor Description HivePartitionName(HiveTableName hiveTableName, List<String> partitionValues, Optional<String> partitionName)PartitionFilter(HiveTableName hiveTableName, List<String> partitionColumnNames, TupleDomain<String> partitionKeysFilter) -
Uses of HiveTableName in io.trino.plugin.hive.metastore.recording
Methods in io.trino.plugin.hive.metastore.recording that return types with arguments of type HiveTableName Modifier and Type Method Description List<HiveMetastoreRecording.Pair<HiveTableName,Optional<List<String>>>>HiveMetastoreRecording.Recording. getPartitionNames()List<HiveMetastoreRecording.Pair<HiveTableName,Optional<Table>>>HiveMetastoreRecording.Recording. getTables()List<HiveMetastoreRecording.Pair<HiveTableName,PartitionStatistics>>HiveMetastoreRecording.Recording. getTableStatistics()Methods in io.trino.plugin.hive.metastore.recording with parameters of type HiveTableName Modifier and Type Method Description Optional<Table>HiveMetastoreRecording. getTable(HiveTableName hiveTableName, Supplier<Optional<Table>> valueSupplier)PartitionStatisticsHiveMetastoreRecording. getTableStatistics(HiveTableName hiveTableName, Supplier<PartitionStatistics> valueSupplier)
-