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
downcast_named_arg in datafusion::functions - Rust
[go: Go Back, main page]

datafusion::functions

Macro downcast_named_arg

Source
macro_rules! downcast_named_arg {
    ($ARG:expr, $NAME:expr, $ARRAY_TYPE:ident) => { ... };
}
Expand description

Downcast a named argument to a specific array type, returning an internal error if the cast fails

$ARG: ArrayRef $NAME: name of the argument (for error messages) $ARRAY_TYPE: the type of array to cast the argument to