pub trait IntoPlanColumnSpec {
// Required method
fn into_plan_column_spec(self) -> PlanColumnSpec;
}Expand description
Trait for types that can be converted into a PlanColumnSpec.
pub trait IntoPlanColumnSpec {
// Required method
fn into_plan_column_spec(self) -> PlanColumnSpec;
}Trait for types that can be converted into a PlanColumnSpec.