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
make_array in datafusion::common::arrow::array::array - Rust
[go: Go Back, main page]

datafusion::common::arrow::array::array

Function make_array

Source
pub fn make_array(data: ArrayData) -> Arc<dyn Array>
Expand description

Constructs an array using the input data. Returns a reference-counted Array instance.