bptree

package
v0.0.0-...-e147611 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 31, 2023 License: BSD-3-Clause Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Node

type Node interface {
	// contains filtered or unexported methods
}

type Tree

type Tree struct {
	// contains filtered or unexported fields
}

func NewTree

func NewTree(order int) *Tree

func (*Tree) Delete

func (t *Tree) Delete(key []byte)

func (*Tree) Get

func (t *Tree) Get(key []byte) ([]byte, bool)

func (*Tree) Scan

func (t *Tree) Scan(start []byte, end []byte) [][]byte

func (*Tree) Set

func (t *Tree) Set(key []byte, value []byte)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL