Skip to main content

index_options

Function index_options 

Source
fn index_options(
    create: &CreateClusterStatement<Raw>,
) -> BTreeMap<ClusterOptionName, &ClusterOption<Raw>>
Expand description

Index a statement’s options by name, dropping the ones the server discards.

A duplicate name is rejected by the server, so the last one wins here.