Uses of Class
io.trino.plugin.hive.HivePartition
Packages that use HivePartition
-
Uses of HivePartition in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return HivePartitionModifier and TypeMethodDescriptionHivePartitionMetadata.getHivePartition()static HivePartitionHivePartitionManager.parsePartition(SchemaTableName tableName, String partitionName, List<HiveColumnHandle> partitionColumns) Methods in io.trino.plugin.hive that return types with arguments of type HivePartitionModifier and TypeMethodDescriptionHivePartitionManager.getPartitions(SemiTransactionalHiveMetastore metastore, HiveTableHandle table) HivePartitionResult.getPartitions()HiveTableHandle.getPartitions()Represents parsed partition information (which is derived from raw partition string).HivePartitionManager.tryLoadPartitions(HivePartitionResult partitionResult) Methods in io.trino.plugin.hive with parameters of type HivePartitionModifier and TypeMethodDescriptionstatic booleanHivePartitionManager.partitionMatches(List<HiveColumnHandle> partitionColumns, TupleDomain<ColumnHandle> constraintSummary, HivePartition partition) Constructor parameters in io.trino.plugin.hive with type arguments of type HivePartitionModifierConstructorDescriptionHivePartitionResult(List<HiveColumnHandle> partitionColumns, Optional<List<String>> partitionNames, Iterable<HivePartition> partitions, TupleDomain<ColumnHandle> effectivePredicate, TupleDomain<HiveColumnHandle> compactEffectivePredicate, 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 HivePartitionModifier and TypeMethodDescriptionHiveStatisticsProvider.getTableStatistics(ConnectorSession session, SchemaTableName table, Map<String, ColumnHandle> columns, Map<String, Type> columnTypes, List<HivePartition> partitions) MetastoreHiveStatisticsProvider.getTableStatistics(ConnectorSession session, SchemaTableName table, Map<String, ColumnHandle> columns, Map<String, Type> columnTypes, List<HivePartition> partitions) -
Uses of HivePartition in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util with parameters of type HivePartitionModifier and TypeMethodDescriptionstatic BooleanSupplierPartitionMatchSupplier.createPartitionMatchSupplier(DynamicFilter dynamicFilter, HivePartition hivePartition, List<HiveColumnHandle> partitionColumns)