Module garage_table::schema[][src]

Traits

Entry

Trait for an entry in a table. It must be sortable and partitionnable.

PartitionKey

Trait for field used to partition data

SortKey

Trait for field used to sort data

TableSchema

Trait for the schema used in a table