Skip to main content

to_string

Function to_string 

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

Converts an expression to SqlScalarType::String.

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