Skip to content

Commit 7c3f9b4

Browse files
ming535gandronchik
authored andcommitted
Combine limit and offset to fetch and skip and implement physical plan support (apache#2694)
* 1. combine "limit" and "offset" together in api/logical plan/physical plan. 2. implement "offset" in physical plan. * add several test and fix some comments
1 parent a928876 commit 7c3f9b4

144 files changed

Lines changed: 953 additions & 29564 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ members = [
2626
"datafusion-cli",
2727
"datafusion-examples",
2828
"benchmarks",
29-
"ballista/rust/client",
30-
"ballista/rust/core",
31-
"ballista/rust/executor",
32-
"ballista/rust/scheduler",
33-
"ballista-examples",
3429
"data-access",
3530
]
3631

ballista-examples/Cargo.toml

Lines changed: 0 additions & 44 deletions
This file was deleted.

ballista-examples/README.md

Lines changed: 0 additions & 55 deletions
This file was deleted.

ballista-examples/examples/test_sql.rs

Lines changed: 0 additions & 46 deletions
This file was deleted.

ballista-examples/src/bin/ballista-dataframe.rs

Lines changed: 0 additions & 45 deletions
This file was deleted.

ballista-examples/src/bin/ballista-sql.rs

Lines changed: 0 additions & 54 deletions
This file was deleted.

0 commit comments

Comments
 (0)