struct CreateIndexStatementGroups the create index statement state and preserves the field relationships documented below.
columnsContains ordered column or deterministic expression key AST nodes.
ifNotExistsStores the if not exists associated with this value.
includeColumnsOrdered non-key columns persisted in each leaf entry for covering scans.
nameStores the name associated with this value.
tableNameStores the table name associated with this value.
uniqueIndicates whether the unique condition is active.
whereExpressionOptional deterministic predicate selecting rows stored by a partial index.