Function mz_sql::plan::typeconv::to_string

source ·
pub fn to_string(ecx: &ExprContext<'_>, expr: HirScalarExpr) -> HirScalarExpr
Expand description

Converts an expression to ScalarType::String.

All types are convertible to string, so this never fails.