Function datafusion_functions::core::expr_fn::arrow_cast
source · pub fn arrow_cast(arg_1: Expr, arg_2: Expr) -> Expr
Expand description
returns arg_1 cast to the arrow_type
given the second argument. This can be used to cast to a specific arrow_type
.
Return $name(arg)