Trait datafusion_expr::ToStringifiedPlan
source · pub trait ToStringifiedPlan {
fn to_stringified(&self, plan_type: PlanType) -> StringifiedPlan;
}
Expand description
Trait for something that can be formatted as a stringified plan
Required Methods
sourcefn to_stringified(&self, plan_type: PlanType) -> StringifiedPlan
fn to_stringified(&self, plan_type: PlanType) -> StringifiedPlan
Create a stringified plan with the specified type