Uses of Class
io.trino.plugin.hive.HivePartition
-
Packages that use HivePartition Package Description io.trino.plugin.hive io.trino.plugin.hive.statistics -
-
Uses of HivePartition in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HivePartition Modifier and Type Method Description HivePartitionHivePartitionMetadata. getHivePartition()static HivePartitionHivePartitionManager. parsePartition(SchemaTableName tableName, String partitionName, List<HiveColumnHandle> partitionColumns, List<Type> partitionColumnTypes)Methods in io.trino.plugin.hive that return types with arguments of type HivePartition Modifier and Type Method Description List<HivePartition>HivePartitionManager. getOrLoadPartitions(SemiTransactionalHiveMetastore metastore, HiveIdentity identity, HiveTableHandle table)Iterator<HivePartition>HivePartitionResult. getPartitions()Optional<List<HivePartition>>HiveTableHandle. getPartitions()List<HivePartition>HivePartitionManager. getPartitionsAsList(HivePartitionResult partitionResult)Methods in io.trino.plugin.hive with parameters of type HivePartition Modifier and Type Method Description static booleanHivePartitionManager. partitionMatches(List<HiveColumnHandle> partitionColumns, TupleDomain<ColumnHandle> constraintSummary, HivePartition partition)Constructor parameters in io.trino.plugin.hive with type arguments of type HivePartition Constructor Description HivePartitionResult(List<HiveColumnHandle> partitionColumns, Iterable<HivePartition> partitions, TupleDomain<HiveColumnHandle> compactEffectivePredicate, TupleDomain<ColumnHandle> unenforcedConstraint, TupleDomain<ColumnHandle> enforcedConstraint, Optional<HiveBucketHandle> bucketHandle, Optional<HiveBucketing.HiveBucketFilter> bucketFilter) -
Uses of HivePartition in io.trino.plugin.hive.statistics
Method parameters in io.trino.plugin.hive.statistics with type arguments of type HivePartition Modifier and Type Method Description TableStatisticsHiveStatisticsProvider. getTableStatistics(ConnectorSession session, SchemaTableName table, Map<String,ColumnHandle> columns, Map<String,Type> columnTypes, List<HivePartition> partitions)TableStatisticsMetastoreHiveStatisticsProvider. getTableStatistics(ConnectorSession session, SchemaTableName table, Map<String,ColumnHandle> columns, Map<String,Type> columnTypes, List<HivePartition> partitions)
-