substrait-explain 0.3.2

Explain Substrait plans as human-readable text.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod common;
pub mod errors;
pub mod expressions;
pub mod extensions;
pub mod relations;
pub mod structural;
pub mod types;

pub use common::*;
pub use errors::{ParseContext, ParseError, ParseResult};
pub use relations::RelationParsePair;
pub use structural::{PLAN_HEADER, Parser};