@@ -19412,6 +19412,8 @@ pub fn vortex_array::vtable::ArrayPlugin::deserialize(&self, dtype: &vortex_arra
1941219412
1941319413pub fn vortex_array::vtable::ArrayPlugin::id(&self) -> vortex_array::ArrayId
1941419414
19415+ pub fn vortex_array::vtable::ArrayPlugin::is_supported_encoding(&self, id: &vortex_array::ArrayId) -> bool
19416+
1941519417pub fn vortex_array::vtable::ArrayPlugin::serialize(&self, array: &vortex_array::ArrayRef, session: &vortex_session::VortexSession) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
1941619418
1941719419impl<V: vortex_array::VTable> vortex_array::ArrayPlugin for V
@@ -19420,6 +19422,8 @@ pub fn V::deserialize(&self, dtype: &vortex_array::dtype::DType, len: usize, met
1942019422
1942119423pub fn V::id(&self) -> arcref::ArcRef<str>
1942219424
19425+ pub fn V::is_supported_encoding(&self, id: &vortex_array::ArrayId) -> bool
19426+
1942319427pub fn V::serialize(&self, array: &vortex_array::ArrayRef, session: &vortex_session::VortexSession) -> core::result::Result<core::option::Option<alloc::vec::Vec<u8>>, vortex_error::VortexError>
1942419428
1942519429pub trait vortex_array::vtable::ArrayVTable: 'static + core::clone::Clone + core::marker::Sized + core::marker::Send + core::marker::Sync + core::fmt::Debug
@@ -23056,6 +23060,10 @@ pub fn vortex_array::ArrayPlugin::id(&self) -> vortex_array::ArrayId
2305623060
2305723061pub fn vortex_array::ArrayPlugin::id(&self) -> vortex_array::ArrayId
2305823062
23063+ pub fn vortex_array::ArrayPlugin::is_supported_encoding(&self, id: &vortex_array::ArrayId) -> bool
23064+
23065+ pub fn vortex_array::ArrayPlugin::is_supported_encoding(&self, id: &vortex_array::ArrayId) -> bool
23066+
2305923067pub fn vortex_array::ArrayPlugin::serialize(&self, array: &vortex_array::ArrayRef, session: &vortex_session::VortexSession) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
2306023068
2306123069pub fn vortex_array::ArrayPlugin::serialize(&self, array: &vortex_array::ArrayRef, session: &vortex_session::VortexSession) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
@@ -23072,6 +23080,10 @@ pub fn V::id(&self) -> arcref::ArcRef<str>
2307223080
2307323081pub fn V::id(&self) -> arcref::ArcRef<str>
2307423082
23083+ pub fn V::is_supported_encoding(&self, id: &vortex_array::ArrayId) -> bool
23084+
23085+ pub fn V::is_supported_encoding(&self, id: &vortex_array::ArrayId) -> bool
23086+
2307523087pub fn V::serialize(&self, array: &vortex_array::ArrayRef, session: &vortex_session::VortexSession) -> core::result::Result<core::option::Option<alloc::vec::Vec<u8>>, vortex_error::VortexError>
2307623088
2307723089pub fn V::serialize(&self, array: &vortex_array::ArrayRef, session: &vortex_session::VortexSession) -> core::result::Result<core::option::Option<alloc::vec::Vec<u8>>, vortex_error::VortexError>
0 commit comments