sql::parsers::create_parser

Function ensure_exprs_are_binary

source
fn ensure_exprs_are_binary(exprs: &[Expr], columns: &[&Column]) -> Result<()>
Expand description

Ensure all exprs are binary expr and all the columns are defined in the column list.