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.
text— types generated from the text schemas (e.g.text::simple_extensions::SimpleExtensions).extensions— the embedded extension YAML files and anextensions::EXTENSIONSlookup map.testcases— the embedded function test case files.
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.