Crate tc_table[][src]

Expand description

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

Structs

Bounds

Selection bounds for a Table

Column

A Column used in the schema of a BTree.

IndexSchema

The schema of a Table index

TableIndex

The base type of a Table.

TableSchema

The schema of a Table.

TableView

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

Enums

ColumnBound

A bound on a single Column of a Table.

Table

An ordered collection of Rows which supports BTree-based indexing

TableType

The Class of a Table.

Traits

TableInstance

Common Table methods.

Type Definitions

Row

A Table row

RowSchema

The schema of a Table row