format_index_ddl

Function format_index_ddl 

Source
fn format_index_ddl(
    keyspace: &str,
    index_name: &str,
    table_name: &str,
    target: &str,
) -> String
Expand description

Format a CREATE INDEX DDL string.