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

Function concat

Source
pub fn concat(arrays: &[&dyn Array]) -> Result<Arc<dyn Array>, ArrowError>
Expand description

Concatenate multiple Array of the same type into a single ArrayRef.