Uses of Class
io.trino.plugin.hive.BackgroundHiveSplitLoader.BucketSplitInfo
Packages that use BackgroundHiveSplitLoader.BucketSplitInfo
-
Uses of BackgroundHiveSplitLoader.BucketSplitInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type BackgroundHiveSplitLoader.BucketSplitInfoModifier and TypeMethodDescriptionBackgroundHiveSplitLoader.BucketSplitInfo.createBucketSplitInfo(Optional<HiveBucketHandle> bucketHandle, Optional<HiveBucketing.HiveBucketFilter> bucketFilter) Constructor parameters in io.trino.plugin.hive with type arguments of type BackgroundHiveSplitLoader.BucketSplitInfoModifierConstructorDescriptionBackgroundHiveSplitLoader(Table table, Iterator<HivePartitionMetadata> partitions, TupleDomain<? extends ColumnHandle> compactEffectivePredicate, DynamicFilter dynamicFilter, io.airlift.units.Duration dynamicFilteringWaitTimeout, TypeManager typeManager, Optional<BackgroundHiveSplitLoader.BucketSplitInfo> tableBucketInfo, ConnectorSession session, TrinoFileSystemFactory fileSystemFactory, DirectoryLister directoryLister, Executor executor, int loaderConcurrency, boolean recursiveDirWalkerEnabled, boolean ignoreAbsentPartitions, Optional<ValidWriteIdList> validWriteIds, Optional<Long> maxSplitFileSize, int maxPartitions)