pub fn cast(array: &dyn Array, dtype: &DType) -> VortexResult<ArrayRef>👎Deprecated: Use
array.cast(dtype) via ArrayBuiltins trait insteadExpand description
Cast an array to the given data type.
Use crate::builtins::ArrayBuiltins::cast instead.