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.
# Interfaces
InvertedSpans represent inverted index spans that can be encoded into key spans.