Functions§
- delete_
row - TableMap element to delete a row from an existing TableMap.
- upsert_
row - TableMap element to upsert a row in an existing TableMap.
Type Aliases§
- Clock
- Timestamps used in the model.
- Namespace
Map - Namespaces
- RowKey
- Primary key for entries in a table.
- RowValue
- Value stored in a table. Modelled as a timestamped set of strings.
- Table
- A map from row keys to values in a table.
- Table
Map - A map from table names to tables.
- Table
Name - Name of a table in the data store.