Function mz_catalog::durable::persist::shard_id
source ยท fn shard_id(organization_id: Uuid, seed: usize) -> ShardId
Expand description
Deterministically generate a shard ID for the given organization_id
and seed
.