Crate tc_btree

source ·
Expand description

A BTree, an ordered transaction-aware collection of Keys

Structs

The base type of a BTree
A slice of a BTree
A view of a BTree within a single Transaction, used in serialization.
A Column used in the schema of a BTree.
A BTree node

Enums

A stateful, transaction-aware, ordered collection of Keys with O(log n) inserts and slicing

Constants

The file extension of a BTree as stored on-disk

Traits

Common BTree methods.
BTree write methods.

Type Definitions

A BTree key.
A BTree selector.
The schema of a BTree.