package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

MakeSplitter returns a Splitter that splits spans into more specific spans for the needed families.
MakeSplitterBase is the same as MakeSplitter but additionally specifies whether the splitter will be used for deletes and/or side effects.
MakeSplitterWithFamilyIDs creates a Splitter that splits spans that constrain all key columns along the given family IDs.
NoopSplitter returns a splitter that never splits spans.

# Structs

Builder is a single struct for generating key spans from Constraints, Datums, encDatums, and InvertedSpans.
Splitter is a helper for splitting single-row spans into more specific spans that target a subset of column families.

# Interfaces

InvertedSpans represent inverted index spans that can be encoded into key spans.