Function create_mviews

Source
pub(super) async fn create_mviews(
    rng: &mut impl Rng,
    mvs_and_base_tables: Vec<Table>,
    client: &Client,
) -> Result<(Vec<Table>, Vec<Table>)>
Expand description

Create the tables defined in testdata, along with some mviews. TODO: Generate indexes and sinks.