File tree
7 files changed
+27
-14
lines changed- .github/workflows
- src
- test/c
7 files changed
+27
-14
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 |
| - | |
30 |
| - | |
| 29 | + | |
| 30 | + | |
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| |||
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 |
| - | |
41 |
| - | |
| 40 | + | |
| 41 | + | |
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
25 |
| - | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
|
Lines changed: 9 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
575 | 575 |
| |
576 | 576 |
| |
577 | 577 |
| |
578 |
| - | |
579 |
| - | |
580 |
| - | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
581 | 585 |
| |
582 | 586 |
| |
583 | 587 |
| |
| |||
900 | 904 |
| |
901 | 905 |
| |
902 | 906 |
| |
903 |
| - | |
| 907 | + | |
904 | 908 |
| |
905 | 909 |
| |
906 | 910 |
| |
907 |
| - | |
| 911 | + | |
908 | 912 |
| |
909 | 913 |
| |
910 | 914 |
| |
|
- .flake8+5-1
- .github/actions/dev-tool-python/action.yml-24
- .github/workflows/pr.yml+10-10
- .github/workflows/pr_breaking.yml+1-1
- .github/workflows/release.yml+1-1
- .github/workflows/site.yml+5-19
- .pre-commit-config.yaml+4-4
- .python-version+1
- CHANGELOG.md+37
- extensions/functions_datetime.yaml+10-2
- grammar/FuncTestCaseParser.g4+20-20
- grammar/Makefile+10-3
- grammar/README.md+23
- grammar/prepend_license.sh+5
- proto/substrait/algebra.proto+19-1
- proto/substrait/plan.proto+15
- proto/substrait/type.proto+2-2
- pyproject.toml+14
- requirements.txt+5
- site/.gitignore+1
- site/docs/about.md+1-3
- site/docs/community/powered_by.md+3-3
- site/docs/expressions/_config+1
- site/docs/expressions/dynamic_parameters.md+12
- site/docs/index.md+2-4
- site/docs/relations/basics.md+9-1
- site/docs/relations/logical_relations.md+2-2
- site/docs/relations/physical_relations.md+3-3
- site/docs/serialization/binary_serialization.md+3-3
- site/docs/spec/specification.md+19-19
- site/docs/tutorial/sql_to_substrait.md+30-30
- site/docs/types/type_classes.md+2-2
- site/mkdocs.yml+2-2
- tests/baseline.json+16
- tests/baseline.py+137
- tests/cases/arithmetic_decimal/bitwise_or.test+1-1
- tests/cases/comparison/is_false.test+1
- tests/cases/comparison/is_not_false.test+1
- tests/cases/comparison/is_not_true.test+1
- tests/cases/comparison/is_true.test+1
- tests/coverage/antlr_parser/FuncTestCaseLexer.py+507-10.7k
- tests/coverage/antlr_parser/FuncTestCaseParser.py+2.4k-7.0k
- tests/coverage/antlr_parser/FuncTestCaseParserListener.py+257-221
- tests/coverage/antlr_parser/FuncTestCaseParserVisitor.py+172-112
- tests/coverage/extensions.py+1-1
- tests/coverage/test_coverage.py+2-1
- tests/coverage/visitor.py+5-2
- tests/test_extensions.py+16-15
- tests/type/antlr_parser/SubstraitLexer.py+369
- tests/type/antlr_parser/SubstraitTypeLexer.py+369
- tests/type/antlr_parser/SubstraitTypeListener.py+409
- tests/type/antlr_parser/SubstraitTypeParser.py+2.6k
- tests/type/antlr_parser/SubstraitTypeVisitor.py+234
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
| 661 | + | |
| 662 | + | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
661 | 670 |
|
0 commit comments