Trait vortex_array::variants::ExtensionArrayTrait

source ·
pub trait ExtensionArrayTrait: ArrayTrait {
    // Required method
    fn storage_data(&self) -> ArrayData;

    // Provided method
    fn ext_dtype(&self) -> &Arc<ExtDType> { ... }
}

Required Methods§

source

fn storage_data(&self) -> ArrayData

Returns the underlying ArrayData, without the [ExtDType].

Provided Methods§

source

fn ext_dtype(&self) -> &Arc<ExtDType>

Returns the extension logical [DType].

Implementors§