Trait tc_table::TableInstance [−][src]
pub trait TableInstance: Instance<Class = TableType> { fn key(&self) -> &[Column]; fn values(&self) -> &[Column]; fn schema(&self) -> TableSchema; }
Expand description
Methods common to every Table
view.
Required methods
fn schema(&self) -> TableSchema
fn schema(&self) -> TableSchema
Return the schema of this Table
.