Skip to main content

StructuralDecodeArrayTask

Trait StructuralDecodeArrayTask 

Source
pub trait StructuralDecodeArrayTask: Debug + Send {
    // Required method
    fn decode(self: Box<Self>) -> Result<DecodedArray>;
}

Required Methods§

Source

fn decode(self: Box<Self>) -> Result<DecodedArray>

Trait Implementations§

Source§

impl DecodeArrayTask for Box<dyn StructuralDecodeArrayTask>

Source§

fn decode(self: Box<Self>) -> Result<(ArrayRef, u64)>

Decodes the data into an Arrow array and its data size in bytes

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§