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
13
//! Output a plan in text format.

pub mod expressions;
pub mod extensions;
pub mod foundation;
pub mod plan;
pub mod rels;
pub mod types;

pub use foundation::{
    ErrorQueue, FormatErrorType, OutputOptions, PlanError, Scope, ScopedContext, Textify,
    Visibility,
};