Expand description
Test fixtures for working with Substrait plans and substrait_explain
Structs§
Functions§
- parse_
type - Parse a built-in type string (e.g.
"i64","string?") into aproto::Type. Panics on invalid type names. - roundtrip_
plan - Roundtrip a plan and verify that the output is the same as the input, after being parsed to a Substrait plan and then back to text.