write_table_indexes

Function write_table_indexes 

Source
async fn write_table_indexes(
    session: &CqlSession,
    keyspace: &str,
    table_name: &str,
    writer: &mut dyn Write,
) -> Result<()>
Expand description

Fetch indexes for a table from system_schema.indexes and write CREATE INDEX statements.