Trait spacetimedb_lib::relation::Relation
source · pub trait Relation {
// Required methods
fn head(&self) -> Header;
fn row_count(&self) -> RowCount;
}Expand description
A Relation is anything that could be represented as a Header of [ColumnName:ColumnType] that
generates rows/tuples of AlgebraicValue that exactly match that Header.