Struct arrow::ffi::ArrowArrayChild[][src]

pub struct ArrowArrayChild<'a> { /* fields omitted */ }

Trait Implementations

the data_type as declared in the schema

returns all buffers, as organized by Rust (i.e. null buffer is skipped)

Returns the length, in bytes, of the buffer i (indexed according to the C data interface)

returns the null bit buffer. Rust implementation uses a buffer that is not part of the array of buffers. The C Data interface’s null buffer is part of the array of buffers. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.