Skip to main content

ArraySessionExt

Trait ArraySessionExt 

Source
pub trait ArraySessionExt: SessionExt {
    // Provided methods
    fn arrays(&self) -> Ref<'_, ArraySession> { ... }
    fn array_serialize(&self, array: &ArrayRef) -> VortexResult<Option<Vec<u8>>> { ... }
}
Expand description

Session data for Vortex arrays.

Provided Methods§

Source

fn arrays(&self) -> Ref<'_, ArraySession>

Returns the array encoding registry.

Source

fn array_serialize(&self, array: &ArrayRef) -> VortexResult<Option<Vec<u8>>>

Serialize an array using a plugin from the registry.

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§