Uses of Class
io.trino.plugin.hive.BackgroundHiveSplitLoader.BucketSplitInfo
-
Packages that use BackgroundHiveSplitLoader.BucketSplitInfo Package Description io.trino.plugin.hive -
-
Uses of BackgroundHiveSplitLoader.BucketSplitInfo in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type BackgroundHiveSplitLoader.BucketSplitInfo Modifier and Type Method Description static Optional<BackgroundHiveSplitLoader.BucketSplitInfo>BackgroundHiveSplitLoader.BucketSplitInfo. createBucketSplitInfo(Optional<HiveBucketHandle> bucketHandle, Optional<HiveBucketing.HiveBucketFilter> bucketFilter)Constructor parameters in io.trino.plugin.hive with type arguments of type BackgroundHiveSplitLoader.BucketSplitInfo Constructor Description BackgroundHiveSplitLoader(Table table, AcidTransaction transaction, Iterable<HivePartitionMetadata> partitions, TupleDomain<? extends ColumnHandle> compactEffectivePredicate, DynamicFilter dynamicFilter, io.airlift.units.Duration dynamicFilteringProbeBlockingTimeout, TypeManager typeManager, Optional<BackgroundHiveSplitLoader.BucketSplitInfo> tableBucketInfo, ConnectorSession session, HdfsEnvironment hdfsEnvironment, NamenodeStats namenodeStats, DirectoryLister directoryLister, Executor executor, int loaderConcurrency, boolean recursiveDirWalkerEnabled, boolean ignoreAbsentPartitions, boolean optimizeSymlinkListing, Optional<org.apache.hadoop.hive.common.ValidWriteIdList> validWriteIds)
-