Skip to content

Commit a0d863d

Browse files
committed
lockfiles
Signed-off-by: Andrew Duffy <andrew@a10y.dev>
1 parent 3e87986 commit a0d863d

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

vortex-array/public-api.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19412,6 +19412,8 @@ pub fn vortex_array::vtable::ArrayPlugin::deserialize(&self, dtype: &vortex_arra
1941219412

1941319413
pub 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+
1941519417
pub 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

1941719419
impl<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

1942119423
pub fn V::id(&self) -> arcref::ArcRef<str>
1942219424

19425+
pub fn V::is_supported_encoding(&self, id: &vortex_array::ArrayId) -> bool
19426+
1942319427
pub 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

1942519429
pub 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

2305723061
pub 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+
2305923067
pub 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

2306123069
pub 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

2307323081
pub 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+
2307523087
pub 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

2307723089
pub 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

Comments
 (0)