substrait 0.63.0

Cross-Language Serialization for Relational Algebra
Documentation
1
2
3
4
5
6
7
8
9
10
11
// SPDX-License-Identifier: Apache-2.0

//! Utilities for working with Substrait *text* objects.
//!
//! The generated [`crate::text`] module exposes the raw YAML-derived structs
//! (e.g. [`crate::text::simple_extensions::SimpleExtensions`]).  This module
//! provides parsing helpers that validate those raw values and offer
//! higher-level wrappers for validation, lookups, and combining into protobuf
//! objects.

pub mod simple_extensions;