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

Function from_ffi

Source
pub unsafe fn from_ffi(
    array: FFI_ArrowArray,
    schema: &FFI_ArrowSchema,
) -> Result<ArrayData, ArrowError>
Expand description

Import ArrayData from the C Data Interface

ยงSafety

This struct assumes that the incoming data agrees with the C data interface.