pub fn prepare_index_definition(
catalog: &dyn SchemaExpressionCatalog,
bindings: &dyn InferenceBindingScope,
c: &mut CreateIndex,
) -> Result<IndexDefinition, SQLError>Expand description
Bind keys and predicates and retain the public attribute names assigned before expression simplification.