Documentation ¶
Index ¶
- type Flamebearer
- type Tree
- func (t *Tree) Bytes(d *dict.Dict, maxNodes int) []byte
- func (t *Tree) Clone(r *big.Rat) *Tree
- func (t *Tree) FlamebearerStruct(maxNodes int) *Flamebearer
- func (t *Tree) Insert(key []byte, value uint64, _ ...bool)
- func (t *Tree) MarshalJSON() ([]byte, error)
- func (dstTrie *Tree) Merge(srcTrieI merge.Merger)
- func (t *Tree) Samples() uint64
- func (t *Tree) Serialize(d *dict.Dict, maxNodes int, w io.Writer) error
- func (t *Tree) SerializeNoDict(maxNodes int, w io.Writer) error
- func (t *Tree) String() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Flamebearer ¶
type Tree ¶
type Tree struct {
// contains filtered or unexported fields
}
func (*Tree) FlamebearerStruct ¶
func (t *Tree) FlamebearerStruct(maxNodes int) *Flamebearer
func (*Tree) MarshalJSON ¶
Click to show internal directories.
Click to hide internal directories.