Macro downcast_arg

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

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

$ARG: ArrayRef $ARRAY_TYPE: the type of array to cast the argument to