Skip to content

Implement the parser of partial index #63447

Description

@YangKeao

Add the parser support for partial index. We need to support three grammar:

create table (..., key idx(a,b,c) where d > 100)
create index idx on t(a,b,c) where d > 100
alter table t add index idx(a,b,c) where d > 100

Metadata

Metadata

Assignees

No one assigned

    Labels

    affects-8.5This bug affects the 8.5.x(LTS) versions.sig/sql-infraSIG: SQL Infratype/enhancementThe issue or PR belongs to an enhancement.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions