Uses of Class
io.trino.plugin.hive.HiveBucketHandle
-
Packages that use HiveBucketHandle Package Description io.trino.plugin.hive io.trino.plugin.hive.util -
-
Uses of HiveBucketHandle in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HiveBucketHandle Modifier and Type Method Description Optional<HiveBucketHandle>HivePartitionResult. getBucketHandle()Optional<HiveBucketHandle>HiveTableHandle. getBucketHandle()Method parameters in io.trino.plugin.hive with type arguments of type HiveBucketHandle Modifier and Type Method Description static Optional<BackgroundHiveSplitLoader.BucketSplitInfo>BackgroundHiveSplitLoader.BucketSplitInfo. createBucketSplitInfo(Optional<HiveBucketHandle> bucketHandle, Optional<HiveBucketing.HiveBucketFilter> bucketFilter) -
Uses of HiveBucketHandle in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util that return types with arguments of type HiveBucketHandle Modifier and Type Method Description static Optional<HiveBucketHandle>HiveBucketing. getHiveBucketHandle(ConnectorSession session, Table table, TypeManager typeManager)
-