Skip to main content

Module fixtures

Module fixtures 

Source
Expand description

Test fixtures for working with Substrait plans and substrait_explain

Structs§

TestContext

Functions§

parse_type
Parse a built-in type string (e.g. "i64", "string?") into a proto::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.