pub type PlannerResult<T> = Result<T, PlannerError>;Expand description
Proof of SQL Planner result
Aliased Type§
pub enum PlannerResult<T> {
Ok(T),
Err(PlannerError),
}pub type PlannerResult<T> = Result<T, PlannerError>;Proof of SQL Planner result
pub enum PlannerResult<T> {
Ok(T),
Err(PlannerError),
}