//
pkg.gl
Category
github.com/ibiscum/Hands-On-Software-Engineering-with-Golang
Chapter12
dbspgraph
partition
package
0.0.0-20241223090118-035fcd7fed56
Repository:
https://github.com/ibiscum/hands-on-software-engineering-with-golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
78 SLOC
#
Functions
NewFullRange
NewFullRange creates a new range that uses the full UUID value space and splits it into the provided number of partitions.
NewRange
NewRange creates a new range [start, end) and splits it into the provided number of partitions.
#
Structs
Range
Range represents a contiguous UUID region which is split into a number of partitions.