.gitattributes
.gitignore
.gitmodules
.pre-commit-config.yaml
.releaserc.mjs
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
RELEASING.md
check_substrait_package_versions.sh
pixi.lock
pyproject.toml
update_submodule.sh
uv.lock
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/dependabot.yml
.github/workflows/example.yml
.github/workflows/pr_title.yml
.github/workflows/release-notes-check.yml
.github/workflows/release.yml
.github/workflows/ruff.yml
.github/workflows/semantic-release.yml
.github/workflows/stale.yml
.github/workflows/test.yml
.github/workflows/version-checks.yml
ci/release/dry_run.sh
ci/release/run.sh
examples/adbc_example.py
examples/builder_example.py
examples/dataframe_example.py
examples/duckdb_example.py
examples/narwhals_example.py
examples/pyarrow_example.py
src/substrait/_version.py
src/substrait/derivation_expression.py
src/substrait/simple_extension_utils.py
src/substrait/type_inference.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/scm_file_list.json
src/substrait.egg-info/scm_version.json
src/substrait.egg-info/top_level.txt
src/substrait/builders/__init__.py
src/substrait/builders/extended_expression.py
src/substrait/builders/plan.py
src/substrait/builders/type.py
src/substrait/dataframe/__init__.py
src/substrait/dataframe/dtypes.py
src/substrait/dataframe/expr.py
src/substrait/dataframe/extension_relations.py
src/substrait/dataframe/frame.py
src/substrait/dataframe/functions.py
src/substrait/extension_registry/__init__.py
src/substrait/extension_registry/exceptions.py
src/substrait/extension_registry/function_entry.py
src/substrait/extension_registry/registry.py
src/substrait/extension_registry/signature_checker_helpers.py
src/substrait/narwhals/__init__.py
src/substrait/narwhals/dataframe.py
src/substrait/narwhals/expression.py
src/substrait/proto/__init__.py
src/substrait/sql/sql_to_substrait.py
src/substrait/utils/__init__.py
src/substrait/utils/display.py
tests/conftest.py
tests/test_derivation_expression.py
tests/test_display.py
tests/test_literal_type_inference.py
tests/test_proto.py
tests/test_simple_extension_utils.py
tests/test_type_inference.py
tests/test_utils.py
tests/builders/test_types.py
tests/builders/extended_expression/test_aggregate_function.py
tests/builders/extended_expression/test_cast.py
tests/builders/extended_expression/test_column.py
tests/builders/extended_expression/test_if_then.py
tests/builders/extended_expression/test_literal.py
tests/builders/extended_expression/test_multi_or_list.py
tests/builders/extended_expression/test_scalar_function.py
tests/builders/extended_expression/test_singular_or_list.py
tests/builders/extended_expression/test_switch.py
tests/builders/extended_expression/test_window_function.py
tests/builders/plan/test_aggregate.py
tests/builders/plan/test_consistent_partition_window.py
tests/builders/plan/test_cross.py
tests/builders/plan/test_expand.py
tests/builders/plan/test_fetch.py
tests/builders/plan/test_filter.py
tests/builders/plan/test_join.py
tests/builders/plan/test_lateral_join.py
tests/builders/plan/test_physical.py
tests/builders/plan/test_project.py
tests/builders/plan/test_read.py
tests/builders/plan/test_reference.py
tests/builders/plan/test_set.py
tests/builders/plan/test_sort.py
tests/builders/plan/test_with_execution_behavior.py
tests/builders/plan/test_write.py
tests/dataframe/test_cache.py
tests/dataframe/test_dtypes.py
tests/dataframe/test_expr.py
tests/dataframe/test_extension_relations.py
tests/dataframe/test_frame.py
tests/dataframe/test_functions.py
tests/dataframe/test_literals.py
tests/extension_registry/__init__.py
tests/extension_registry/conftest.py
tests/extension_registry/test_function_types.py
tests/extension_registry/test_registry_lookup.py
tests/extension_registry/test_type_coverage.py
tests/extension_registry/test_validation.py
tests/narwhals/test_df_project.py
tests/sql/test_sql_to_substrait.py