Skip to main content

ensure_no_from

Function ensure_no_from 

Source
fn ensure_no_from<T>(from: Option<T>) -> Result<(), PlanError>
Expand description

Ensures that the FROM clause was not provided for SHOW commands that don’t accept it. The parser is supposed to reject such cases, so this is an internal-only invariant.