Uses of Record Class
io.trino.plugin.hive.HiveBucketHandle
Packages that use HiveBucketHandle
-
Uses of HiveBucketHandle in io.trino.plugin.hive
Methods in io.trino.plugin.hive that return types with arguments of type HiveBucketHandleModifier and TypeMethodDescriptionHivePartitionResult.getBucketHandle()HiveTableHandle.getBucketHandle()Method parameters in io.trino.plugin.hive with type arguments of type HiveBucketHandleModifier and TypeMethodDescriptionBackgroundHiveSplitLoader.BucketSplitInfo.createBucketSplitInfo(Optional<HiveBucketHandle> bucketHandle, Optional<HiveBucketing.HiveBucketFilter> bucketFilter) Constructor parameters in io.trino.plugin.hive with type arguments of type HiveBucketHandleModifierConstructorDescriptionHiveTableHandle(String schemaName, String tableName, List<HiveColumnHandle> partitionColumns, List<HiveColumnHandle> dataColumns, TupleDomain<HiveColumnHandle> compactEffectivePredicate, TupleDomain<ColumnHandle> enforcedConstraint, Optional<HiveBucketHandle> bucketHandle, Optional<HiveBucketing.HiveBucketFilter> bucketFilter, Optional<List<List<String>>> analyzePartitionValues, AcidTransaction transaction) HiveTableHandle(String schemaName, String tableName, Map<String, String> tableParameters, List<HiveColumnHandle> partitionColumns, List<HiveColumnHandle> dataColumns, Optional<HiveBucketHandle> bucketHandle) -
Uses of HiveBucketHandle in io.trino.plugin.hive.util
Methods in io.trino.plugin.hive.util that return types with arguments of type HiveBucketHandleModifier and TypeMethodDescriptionstatic Optional<HiveBucketHandle> HiveBucketing.getHiveBucketHandle(ConnectorSession session, Table table, TypeManager typeManager)