Crate tc_btree[][src]

Expand description

A BTree, an ordered transaction-aware collection of Keys

Structs

BTreeFile

The base type of a BTree

BTreeSlice

A slice of a BTree

BTreeView

A view of a BTree within a single Transaction, used in serialization.

Column

A Column used in the schema of a BTree.

Node

A BTree node

Enums

BTree

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

BTreeType

The Class of a BTree.

Constants

EXT

The file extension of a BTree as stored on-disk

Traits

BTreeInstance

Common BTree methods.

Type Definitions

Key

A BTree key.

Range

A BTree selector.

RowSchema

The schema of a BTree.