File tree
9 files changed
+209
-148
lines changed- src/substrait
- extensions
- gen/proto
- third_party
9 files changed
+209
-148
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + | |
8 | 8 |
|
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- CHANGELOG.md+14
- extensions/functions_arithmetic.yaml+7
- extensions/functions_comparison.yaml+8-8
- extensions/functions_logarithmic.yaml+48
- extensions/functions_set.yaml+10-10
- proto/substrait/algebra.proto+13-6
- site/docs/extensions/index.md+29-1
- site/docs/relations/logical_relations.md+5-5
- site/docs/types/type_classes.md+43-19
Submodule substrait-cpp updated 22 files
- .github/workflows/build_test.yml+4-8
- CMakeLists.txt+1-3
- export/planloader/CMakeLists.txt+12-2
- export/planloader/tests/CMakeLists.txt+1-2
- scripts/setup-ubuntu.sh+2
- src/substrait/common/CMakeLists.txt+3-14
- src/substrait/common/PlanTransformerTool.cpp-54
- src/substrait/expression/CMakeLists.txt-9
- src/substrait/function/CMakeLists.txt-16
- src/substrait/proto/CMakeLists.txt+4-22
- src/substrait/textplan/CMakeLists.txt+4-16
- src/substrait/textplan/SymbolTablePrinter.cpp+1-1
- src/substrait/textplan/converter/CMakeLists.txt+8-18
- src/substrait/textplan/converter/ParseBinary.cpp+1-1
- src/substrait/textplan/converter/PlanPrinterVisitor.cpp+1-1
- src/substrait/textplan/converter/PlanPrinterVisitor.h
- src/substrait/textplan/parser/CMakeLists.txt-2
- src/substrait/textplan/parser/grammar/CMakeLists.txt+2-5
- src/substrait/textplan/parser/tests/TextPlanParserTest.cpp-6
- src/substrait/textplan/tests/CMakeLists.txt+1-2
- src/substrait/type/CMakeLists.txt-8
- third_party/CMakeLists.txt-5
0 commit comments