Crate tc_table[][src]

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

The Class of a Table.

Traits

Common Table methods.

Type Definitions

A Table row

The schema of a Table row