Type Alias RawViewLogicalPlan

Source
type RawViewLogicalPlan = Vec<u8>;
Expand description

The VIEW logical plan encoded bytes

Aliased Typeยง

struct RawViewLogicalPlan { /* private fields */ }