Function datafusion::functions::core::expr_fn::arrow_cast
source ยท pub fn arrow_cast(arg1: Expr, arg2: Expr) -> Expr
Expand description
returns value1 cast to the arrow_type
given the second argument. This
can be used to cast to a specific arrow_type
.