Commit 90cbed3
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
- .flake8+1-3
- .gitattributes-2
- .github/CODEOWNERS+1-1
- .github/workflows/licence_check.yml+1-1
- .github/workflows/pr.yml+33-24
- .github/workflows/pr_breaking.yml+1-1
- .github/workflows/pr_title.yml+1-1
- .github/workflows/release.yml+2-2
- .github/workflows/site.yml+1-1
- .github/workflows/stale.yml-24
- CHANGELOG.md-35
- CODE_OF_CONDUCT.md+2-2
- CONTRIBUTING.md-14
- extensions/functions_comparison.yaml+1-2
- extensions/functions_list.yaml-43
- grammar/FuncTestCaseLexer.g4-1
- grammar/FuncTestCaseParser.g4+42-87
- grammar/SubstraitLexer.g4-2
- grammar/SubstraitType.g4-6
- proto/substrait/algebra.proto+8-65
- proto/substrait/extensions/extensions.proto+1-1
- proto/substrait/type.proto-17
- pyproject.toml+1-6
- requirements.txt+1-2
- site/data/committers.yaml+2-2
- site/data/smc.yaml-2
- site/docs/expressions/field_references.md-7
- site/docs/expressions/lambda_expressions.md-137
- site/docs/expressions/scalar_functions.md+3-3
- site/docs/expressions/user_defined_functions.md+22-2
- site/docs/extensions/index.md+40-26
- site/docs/governance.md+15-15
- site/docs/relations/logical_relations.md+9-20
- site/docs/relations/physical_relations.md+6-6
- site/docs/serialization/binary_serialization.md+9-4
- site/docs/types/type_classes.md+62-30
- site/docs/types/type_parsing.md-18
- site/examples/README.md-28
- site/examples/extensions/any1_type_function.yaml-11
- site/examples/extensions/any_type_function.yaml-11
- site/examples/extensions/distance_functions.yaml-13
- site/examples/extensions/double_function.yaml-22
- site/examples/extensions/lambda_function_example.yaml-22
- site/examples/proto-textformat/README.md-11
- site/examples/proto-textformat/field_reference/lambda_param_nested_struct.textproto-32
- site/examples/proto-textformat/lambda/nested_lambda_capture.textproto-22
- site/examples/proto-textformat/lambda/simple_multiply.textproto-49
- site/examples/proto-textformat/lambda_invocation/inline_invocation.textproto-66
- site/examples/types/point_with_datatype_param.yaml-10
- site/examples/types/point_with_enum_param.yaml-10
- site/examples/types/point_with_nstruct.yaml-5
- site/examples/types/point_with_structure.yaml-7
- site/examples/types/point_with_two_params.yaml-9
- site/examples/types/tuple_optional_variadic.yaml-9
- site/examples/types/union_variadic.yaml-8
- site/examples/types/user_defined_point.yaml-18
- site/examples/types/vector_with_constraints.yaml-11
- site/mkdocs.yml-1
- tests/README.md+6-36
- tests/baseline.json+14-14
- tests/cases/comparison/equal.test+1
- tests/cases/comparison/nullif.test-3
- tests/cases/list/filter.test-12
- tests/cases/list/transform.test-11
- tests/coverage/antlr_parser/FuncTestCaseLexer.py+575-594
- tests/coverage/antlr_parser/FuncTestCaseParser.py+1.5k-2.2k
- tests/coverage/antlr_parser/FuncTestCaseParserListener.py+32-113
- tests/coverage/antlr_parser/FuncTestCaseParserVisitor.py+16-61
- tests/coverage/extensions.py-1
- tests/coverage/nodes.py+1-2
- tests/coverage/test_coverage.py+2-55
- tests/coverage/visitor.py+16-21
- tests/test_proto_example_validator.py-65
- tests/type/antlr_parser/SubstraitLexer.py+318-326
- tests/type/antlr_parser/SubstraitTypeLexer.py+318-326
- tests/type/antlr_parser/SubstraitTypeListener.py-27
- tests/type/antlr_parser/SubstraitTypeParser.py+474-683
- tests/type/antlr_parser/SubstraitTypeVisitor.py-15
0 commit comments