Commit 2bf3cfb
chore: build extension with rust v2 rewrite (#14)
* chore: build extension with rust v2 rewrite
* install llvm
* vortex latest
* libclang path
* try libclang via apt get
* libclang via apt-get
* drop log lines
* wip
Signed-off-by: Alexander Droste <[email protected]>
* bump vortex
Signed-off-by: Alexander Droste <[email protected]>
* wip
Signed-off-by: Alexander Droste <[email protected]>
* update
---------
Signed-off-by: Alexander Droste <[email protected]>
Co-authored-by: Joe Isaacs <[email protected]>1 parent ad8c0cb commit 2bf3cfb
File tree
23 files changed
+78
-1716
lines changed- .github/workflows
- src
- include
- test
- sql
- src
23 files changed
+78
-1716
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
1 | 4 | | |
2 | 5 | | |
3 | 6 | | |
4 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
5 | 11 | | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | 9 | | |
13 | 10 | | |
14 | 11 | | |
| |||
18 | 15 | | |
19 | 16 | | |
20 | 17 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 18 | | |
25 | 19 | | |
| 20 | + | |
26 | 21 | | |
27 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
28 | 48 | | |
29 | 49 | | |
30 | | - | |
| 50 | + | |
31 | 51 | | |
32 | 52 | | |
33 | 53 | | |
34 | 54 | | |
35 | | - | |
36 | | - | |
37 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
38 | 60 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 61 | + | |
44 | 62 | | |
45 | | - | |
| 63 | + | |
| 64 | + | |
46 | 65 | | |
47 | | - | |
48 | | - | |
49 | | - | |
| 66 | + | |
| 67 | + | |
50 | 68 | | |
51 | 69 | | |
| 70 | + | |
52 | 71 | | |
53 | | - | |
54 | 72 | | |
| 73 | + | |
55 | 74 | | |
56 | 75 | | |
57 | | - | |
58 | | - | |
59 | 76 | | |
60 | 77 | | |
61 | 78 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| |||
- .github/config/out_of_tree_extensions.cmake+1-1
- scripts/generate_c_api.py-2
- src/include/duckdb.h+7-138
- src/include/duckdb/main/capi/extension_api.hpp+1-19
- src/include/duckdb/main/capi/header_generation/apis/v1/unstable/instance_cache.json+7-7
- src/include/duckdb/main/capi/header_generation/apis/v1/unstable/new_statistics_innterface.json-12
- src/include/duckdb/main/capi/header_generation/apis/v1/unstable/new_vector_buffer.json-8
- src/include/duckdb/main/capi/header_generation/apis/v1/unstable/new_vector_types.json+1-5
- src/include/duckdb/main/capi/header_generation/functions/statistics_interface.json-105
- src/include/duckdb/main/capi/header_generation/functions/vector_buffer_interface.json-41
- src/include/duckdb/main/capi/header_generation/functions/vector_interface.json+3-81
- src/include/duckdb/main/capi/header_generation/header_base.hpp.template-17
- src/include/duckdb_extension.h+12-32
- src/main/capi/CMakeLists.txt-2
- src/main/capi/buffer-c.cpp-48
- src/main/capi/data_chunk-c.cpp+3-21
- src/main/capi/statistic-c.cpp-70
- tools/juliapkg/Project.toml+2-2
- tools/juliapkg/scripts/generate_c_api.py+2-3
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
0 commit comments