Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
arrow_cast in datafusion_functions::core::expr_fn - Rust
[go: Go Back, main page]

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)