Commit e0bbe32
authored
New Java Scan API (#7527)
Not yet convinced this is right. Tried to make spark behave nicely, need
to look
again to see if non distributed case is reasonable
---------
Signed-off-by: Robert Kruszewski <github@robertk.io>1 parent aece3ad commit e0bbe32
106 files changed
Lines changed: 3072 additions & 7836 deletions
File tree
- java
- gradle/wrapper
- vortex-jni
- src
- main/java/dev/vortex
- api
- expressions
- proto
- jni
- test/java/dev/vortex
- api
- expressions
- proto
- jni
- vortex-spark/src
- main/java/dev/vortex/spark
- read
- write
- test/java/dev/vortex/spark
- vortex-duckdb
- cpp
- include/duckdb_vx
- src
- vortex-io
- src
- compat
- filesystem
- object_store
- vortex-jni
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| 167 | + | |
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
141 | 146 | | |
142 | 147 | | |
143 | 148 | | |
| |||
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments