pub trait ArraySessionExt: SessionExt {
// Provided method
fn arrays(&self) -> Ref<'_, ArraySession> { ... }
}Expand description
Session data for Vortex arrays.
Provided Methods§
Sourcefn arrays(&self) -> Ref<'_, ArraySession>
fn arrays(&self) -> Ref<'_, ArraySession>
Returns the array encoding registry.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.