//
pkg.gl
Category
github.com/cockroachdb/cockroachdb-parser
pkg
util
intsets
package
0.23.2
Repository:
https://github.com/cockroachdb/cockroachdb-parser.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
4
Files
791 SLOC
#
Functions
MakeFast
MakeFast returns a set initialized with the given values.
#
Constants
MaxInt
MaxInt is the maximum integer that can be stored in a set.
MinInt
MinInt is the minimum integer that can be stored in a set.
#
Structs
Fast
Fast keeps track of a set of integers.
Sparse
Sparse is a set of integers.