3 files changed
+721
-725
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
- extension/core_functions/function_list.cpp+1
- extension/core_functions/include/core_functions/scalar/struct_functions.hpp+10
- extension/core_functions/scalar/struct/CMakeLists.txt+1-1
- extension/core_functions/scalar/struct/functions.json+7
- extension/core_functions/scalar/struct/struct_values.cpp+81
- src/common/adbc/adbc.cpp+3
- src/common/file_system.cpp+4
- src/common/virtual_file_system.cpp+11
- src/include/duckdb/common/file_system.hpp+2
- src/include/duckdb/common/opener_file_system.hpp+4
- src/include/duckdb/common/virtual_file_system.hpp+1
- src/include/duckdb/main/extension_entries.hpp+1-1
- src/include/duckdb/storage/caching_file_system_wrapper.hpp+1
- src/planner/binder/tableref/bind_basetableref.cpp+1-1
- src/storage/caching_file_system_wrapper.cpp+4
- test/api/adbc/test_adbc.cpp+35
- test/sql/settings/test_disabled_file_systems.test+17
- test/sql/types/nested/struct/test_struct_values.test+120
0 commit comments