Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 Changes in this version + type Pattern struct + Count uint64 + Parts []string + func (p Pattern) String() string + type Trie struct + func New(highCardinalityThreshold int) *Trie + func (t *Trie) Insert(path string, sep string) + func (t *Trie) InsertParts(parts []string, count uint64) + func (t *Trie) Patterns() []Pattern