Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: query engine impl on datafusion #10

Merged
merged 12 commits into from
Apr 26, 2022
Merged

feat: query engine impl on datafusion #10

merged 12 commits into from
Apr 26, 2022

Conversation

killme2008
Copy link
Contributor

No description provided.

@killme2008 killme2008 added the WIP label Apr 23, 2022
src/query/Cargo.toml Outdated Show resolved Hide resolved
src/query/src/error.rs Outdated Show resolved Hide resolved
src/table/src/table.rs Outdated Show resolved Hide resolved
src/datatypes/src/schema.rs Outdated Show resolved Hide resolved
src/query/src/plan.rs Outdated Show resolved Hide resolved
src/common/query/Cargo.toml Outdated Show resolved Hide resolved
src/common/recordbatch/Cargo.toml Outdated Show resolved Hide resolved
src/common/recordbatch/Cargo.toml Outdated Show resolved Hide resolved
src/common/recordbatch/src/lib.rs Outdated Show resolved Hide resolved
src/common/recordbatch/src/lib.rs Outdated Show resolved Hide resolved
src/query/src/query_engine/state.rs Outdated Show resolved Hide resolved
src/query/src/query_engine/state.rs Outdated Show resolved Hide resolved
src/table/src/table.rs Outdated Show resolved Hide resolved
src/table/src/table/adapter.rs Outdated Show resolved Hide resolved
src/table/src/table/adapter.rs Outdated Show resolved Hide resolved
@killme2008 killme2008 changed the title [WIP] feat: query engine impl on datafusion feat: query engine impl on datafusion Apr 26, 2022
@killme2008 killme2008 added AFR and removed WIP labels Apr 26, 2022
Copy link
Contributor

@evenyag evenyag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@evenyag evenyag merged commit 3a2f794 into develop Apr 26, 2022
@evenyag evenyag deleted the feature/datafusion branch April 26, 2022 07:18
waynexia pushed a commit to waynexia/greptimedb that referenced this pull request Mar 14, 2023
paomian referenced this pull request in paomian/greptimedb Oct 19, 2023
* feat: query engine impl on datafusion

* feat: adds physical_optimizer, physical_planner and executor

* feat: impl adpaters between datafuion and greptime query engine core APIs.

* feat: impl PhysicalPlanAdapter and ExecutionPlanAdapter

* feat: rename table datafusion mod to adapter

* fix: clippy warning

* fix: conflicts with develop branch

* feat: add database mod

* fix: CR comment

* fix: by CR comments

* fix: conflicts with develop branch

* fix: by CR comments
v0y4g3r pushed a commit to v0y4g3r/greptimedb that referenced this pull request Feb 6, 2024
…m#10)

* feat: add fork method to the memtable

* feat: allow mark immutable returns result

* feat: use fork to create the mutable memtable

* feat: remove memtable builder from freeze

* chore: warninigs
shuiyisong pushed a commit to shuiyisong/greptimedb that referenced this pull request Jun 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants