Skip to content

optimizer: support index join with complex expressions #461

@skyzh

Description

@skyzh
create table t1(v1 int, v2 int);
create table t2(key int);
create index t2key on t2(key);
select * from t1, t2 where v1 + v2 = key;

should be planned as nested index join.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions