MCPcopy
hub / github.com/lindb/lindb / TrieBucket

Struct TrieBucket

index/model/trie_bucket.go:63–66  ·  view source on GitHub ↗

TrieBucket represents a bucket include multiple succinct trie.

Source from the content-addressed store, hash-verified

61
62// TrieBucket represents a bucket include multiple succinct trie.
63type TrieBucket struct {
64 kvs tries
65 blockSize int
66}
67
68// NewTrieBucket creates a trie bucket with default block size.
69func NewTrieBucket() *TrieBucket {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected