Skip to main content

Crate substrait_extensions

Crate substrait_extensions 

Source
Expand description

Packaged Substrait extension files.

This crate bundles the Substrait specification’s extension YAML files, the text-based JSON schemas, and the function test cases, alongside Rust types generated from the schemas with typify.

Versions of this crate correspond to Substrait releases.

Modules§

extensions
The embedded Substrait core extension YAML files.
testcases
The embedded Substrait function test case files.
text
Types generated from the Substrait text-based JSON schemas, plus the raw schema sources as &str consts (e.g. SIMPLE_EXTENSIONS_SCHEMA).