Expand description

A Table, an ordered collection of Rows which supports BTree-based indexing

Structs

Selection bounds for a Table

A Column used in the schema of a BTree.

The schema of a Table index

A merge of multiple table indexes

The base type of a Table.

The schema of a Table.

A view of a Table within a single Transaction, used for serialization.

Enums

A bound on a single Column of a Table.

An ordered collection of Rows which supports BTree-based indexing

Traits

Methods common to every Table view.

Table sort methods

Method to read a single row from a Table

Methods for slicing a Table

Table read methods

Table write methods

Type Definitions

The key of a Table row.

A Table row

The schema of a Table row

The values of a Table row.