package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

BytesToStrings converts a slice of []byte into a slice of strings.
CompareSlice returns an integer comparing two slices of byte slices lexicographically.
CopyChunkedByteSlices deep-copies a [][]byte to a new [][]byte that is backed by a small number of []byte "chunks".
Exists checks if a string is in a set.
ExistsIgnoreCase checks if a string is in a set but ignores its case.
Merge uses a k-way merge to merge n collections of sorted byte slices.
Merge uses a k-way merge to merge n collections of sorted byte slices.
Merge uses a k-way merge to merge n collections of sorted byte slices.
Merge uses a k-way merge to merge n collections of sorted byte slices.
Merge uses a k-way merge to merge n collections of sorted byte slices.
StringsToBytes converts a variable number of strings into a slice of []byte.
Union combines two string sets.