.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
CONTRIBUTING.md
LICENSE
README.md
buf.gen.yaml
buf.work.yaml
buf.yaml
environment.yml
gen_proto.sh
pyproject.toml
update.sh
.github/dependabot.yml
.github/workflows/pr_title.yml
.github/workflows/release.yml
.github/workflows/test.yml
src/substrait/__init__.py
src/substrait/_version.py
src/substrait.egg-info/PKG-INFO
src/substrait.egg-info/SOURCES.txt
src/substrait.egg-info/dependency_links.txt
src/substrait.egg-info/requires.txt
src/substrait.egg-info/top_level.txt
src/substrait/extensions/__init__.py
src/substrait/extensions/extension_types.yaml
src/substrait/extensions/functions_aggregate_approx.yaml
src/substrait/extensions/functions_aggregate_generic.yaml
src/substrait/extensions/functions_arithmetic.yaml
src/substrait/extensions/functions_arithmetic_decimal.yaml
src/substrait/extensions/functions_boolean.yaml
src/substrait/extensions/functions_comparison.yaml
src/substrait/extensions/functions_datetime.yaml
src/substrait/extensions/functions_geometry.yaml
src/substrait/extensions/functions_logarithmic.yaml
src/substrait/extensions/functions_rounding.yaml
src/substrait/extensions/functions_set.yaml
src/substrait/extensions/functions_string.yaml
src/substrait/extensions/type_variations.yaml
src/substrait/extensions/unknown.yaml
src/substrait/gen/__init__.py
src/substrait/gen/proto/__init__.py
src/substrait/gen/proto/algebra_pb2.py
src/substrait/gen/proto/capabilities_pb2.py
src/substrait/gen/proto/extended_expression_pb2.py
src/substrait/gen/proto/function_pb2.py
src/substrait/gen/proto/parameterized_types_pb2.py
src/substrait/gen/proto/plan_pb2.py
src/substrait/gen/proto/type_expressions_pb2.py
src/substrait/gen/proto/type_pb2.py
src/substrait/gen/proto/extensions/__init__.py
src/substrait/gen/proto/extensions/extensions_pb2.py
tests/test_proto.py