Skip to content

new catalog/binder/planner which supports create/insert table and simple select #96

@Fedomn

Description

@Fedomn

New catalog, binder, and planner highly inspired by DuckDB.

The new planner currently supports SQL:

create table t1(a varchar, b varchar, c varchar);
insert into t1(c, b) values ('0','4'),('1','5');
insert into t1 values ('2','7','9');
select a, c, b from t1;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions