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.
pub fn to_string(ecx: &ExprContext<'_>, expr: HirScalarExpr) -> HirScalarExpr
Converts an expression to ScalarType::String
.
All types are convertible to string, so this never fails.