File tree
7 files changed
+125
-35
lines changed- src
- test/sql
7 files changed
+125
-35
lines changedSubmodule duckdb updated 2068 files
Lines changed: 18 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
26 | 24 |
| |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
27 | 29 |
| |
28 | 30 |
| |
29 | 31 |
| |
| |||
660 | 662 |
| |
661 | 663 |
| |
662 | 664 |
| |
663 |
| - | |
| 665 | + | |
664 | 666 |
| |
665 | 667 |
| |
| 668 | + | |
666 | 669 |
| |
667 | 670 |
| |
668 | 671 |
| |
669 | 672 |
| |
670 | 673 |
| |
671 |
| - | |
| 674 | + | |
672 | 675 |
| |
673 | 676 |
| |
674 |
| - | |
| 677 | + | |
675 | 678 |
| |
676 | 679 |
| |
677 |
| - | |
| 680 | + | |
678 | 681 |
| |
679 | 682 |
| |
680 | 683 |
| |
| |||
683 | 686 |
| |
684 | 687 |
| |
685 | 688 |
| |
686 |
| - | |
| 689 | + | |
687 | 690 |
| |
688 | 691 |
| |
689 | 692 |
| |
690 | 693 |
| |
691 |
| - | |
692 |
| - | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
693 | 701 |
| |
694 |
| - | |
| 702 | + | |
695 | 703 |
| |
696 | 704 |
| |
697 | 705 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
| 166 | + | |
| 167 | + | |
166 | 168 |
| |
167 | 169 |
| |
168 | 170 |
| |
| |||
195 | 197 |
| |
196 | 198 |
| |
197 | 199 |
| |
| 200 | + | |
| 201 | + | |
198 | 202 |
| |
199 | 203 |
| |
200 | 204 |
| |
|
- .github/workflows/pr.yml+4-4
- .github/workflows/pr_breaking.yml+1-1
- .github/workflows/release.yml+1-1
- CHANGELOG.md+56
- extensions/functions_aggregate_decimal_output.yaml+41
- extensions/functions_arithmetic_decimal.yaml+73-1
- extensions/functions_datetime.yaml+266-35
- extensions/functions_logarithmic.yaml+59
- proto/substrait/algebra.proto+65-8
- proto/substrait/parameterized_types.proto+14-1
- proto/substrait/type.proto+15
- proto/substrait/type_expressions.proto+14-1
- site/docs/extensions/index.md+1
- site/docs/relations/basics.md+9-3
- site/docs/relations/logical_relations.md+11-6
- site/docs/serialization/_config+4-2
- site/docs/serialization/basics.md+25
- site/docs/types/_config+1
- site/docs/types/named_structs.md+95
- site/docs/types/type_classes.md+4-3
- site/requirements.txt+1-1
Lines changed: 78 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 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 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 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + |
0 commit comments