Uses of Class
io.trino.plugin.raptor.legacy.metadata.BucketShards
Packages that use BucketShards
-
Uses of BucketShards in io.trino.plugin.raptor.legacy.metadata
Methods in io.trino.plugin.raptor.legacy.metadata that return types with arguments of type BucketShardsModifier and TypeMethodDescriptionorg.jdbi.v3.core.result.ResultIterator<BucketShards>DatabaseShardManager.getShardNodes(long tableId, TupleDomain<RaptorColumnHandle> effectivePredicate) org.jdbi.v3.core.result.ResultIterator<BucketShards>ShardManager.getShardNodes(long tableId, TupleDomain<RaptorColumnHandle> effectivePredicate) Return the shard nodes for a non-bucketed table.org.jdbi.v3.core.result.ResultIterator<BucketShards>DatabaseShardManager.getShardNodesBucketed(long tableId, boolean merged, List<String> bucketToNode, TupleDomain<RaptorColumnHandle> effectivePredicate) org.jdbi.v3.core.result.ResultIterator<BucketShards>ShardManager.getShardNodesBucketed(long tableId, boolean merged, List<String> bucketToNode, TupleDomain<RaptorColumnHandle> effectivePredicate) Return the shard nodes for a bucketed table.