Type Alias mz_sql::plan::typeconv::Cast

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

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

Aliased Type§

struct Cast(Unique<dyn FnOnce(HirScalarExpr) -> HirScalarExpr>, Global);

Fields§

§0: Unique<dyn FnOnce(HirScalarExpr) -> HirScalarExpr>§1: Global