Type Definition sql::plan::typeconv::Cast[][src]

type Cast = Box<dyn FnOnce(HirScalarExpr) -> HirScalarExpr>;
Expand description

A cast is a function that takes a ScalarExpr to another ScalarExpr.