substrait-rs icon indicating copy to clipboard operation
substrait-rs copied to clipboard

Rust crate for Substrait: Cross-Language Serialization for Relational Algebra

Results 5 substrait-rs issues
Sort by recently updated
recently updated
newest added

It would be good to setup tests that run the `text` parsers against the extensions in https://github.com/substrait-io/substrait/tree/main/extensions.

enhancement
good first issue

This is a tracking issue for a `parse` module in the Substrait crate. Some requirements of Substrait can not be expressed via Protobuf definition or schema files. A `parse` module...

enhancement
help wanted

Adds a parser for proto::extensions::SimpleExtensionDeclaration that parses the declaration.

Bumps the cargo group with 2 updates in the / directory: [schemars](https://github.com/GREsau/schemars) and [typify](https://github.com/oxidecomputer/typify). Updates `schemars` from 0.8.22 to 0.9.0 Release notes Sourced from schemars's releases. v0.9.0 This version is...

dependencies
rust

I'm thinking of building an Extension Registry in rust similar to the one in [substrait-python](https://github.com/substrait-io/substrait-python/blob/main/src/substrait/extension_registry.py). The registry will have three primary roles: 1. It will generate and hand out unique...