Docs.rs
datafusion-python-51.0.0
datafusion-python 51.0.0
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
andygrove
alamb
xudong963
timsaucer
Dependencies
arrow ^57
normal
arrow-select ^57
normal
async-trait ^0.1.89
normal
cstr ^0.2
normal
datafusion ^51
normal
datafusion-ffi ^51
normal
datafusion-proto ^51
normal
datafusion-substrait ^51
normal
optional
futures ^0.3
normal
log ^0.4.27
normal
mimalloc ^0.1
normal
optional
object_store ^0.12.4
normal
parking_lot ^0.12
normal
prost ^0.14.1
normal
pyo3 ^0.26
normal
pyo3-async-runtimes ^0.26
normal
pyo3-log ^0.13.2
normal
tokio ^1.47
normal
url ^2
normal
uuid ^1.18
normal
prost-types ^0.14.1
build
pyo3-build-config ^0.26
build
Versions
12.4%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Module merge
datafusion_
python
51.0.0
Module merge
Module Items
Traits
Functions
In datafusion_
python::
datafusion_
common::
arrow::
compute::
kernels
datafusion_python
::
datafusion_common
::
arrow
::
compute
::
kernels
Module
merge
Copy item path
Source
Expand description
merge
and
merge_n
: Combine values from two or more arrays
Traits
§
Merge
Index
An index for the
merge_n
function.
Functions
§
merge
Merges two arrays in the order specified by a boolean mask.
merge_n
Merges elements by index from a list of
Array
, creating a new
Array
from those values.