@@ -4950,7 +4950,7 @@ pub fn vortex_array::arrays::Variant::build(dtype: &vortex_array::dtype::DType,
49504950
49514951pub fn vortex_array::arrays::Variant::child(array: &Self::Array, idx: usize) -> vortex_array::ArrayRef
49524952
4953- pub fn vortex_array::arrays::Variant::child_name(_array : &Self::Array, idx: usize) -> alloc::string::String
4953+ pub fn vortex_array::arrays::Variant::child_name(array : &Self::Array, idx: usize) -> alloc::string::String
49544954
49554955pub fn vortex_array::arrays::Variant::deserialize(_bytes: &[u8], _dtype: &vortex_array::dtype::DType, _len: usize, _buffers: &[vortex_array::buffer::BufferHandle], _session: &vortex_session::VortexSession) -> vortex_error::VortexResult<Self::Metadata>
49564956
@@ -4968,17 +4968,21 @@ pub fn vortex_array::arrays::Variant::metadata(_array: &Self::Array) -> vortex_e
49684968
49694969pub fn vortex_array::arrays::Variant::nbuffers(_array: &Self::Array) -> usize
49704970
4971- pub fn vortex_array::arrays::Variant::nchildren(_array : &Self::Array) -> usize
4971+ pub fn vortex_array::arrays::Variant::nchildren(array : &Self::Array) -> usize
49724972
49734973pub fn vortex_array::arrays::Variant::reduce(array: &Self::Array) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
49744974
49754975pub fn vortex_array::arrays::Variant::reduce_parent(array: &Self::Array, parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
49764976
49774977pub fn vortex_array::arrays::Variant::serialize(_metadata: Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
49784978
4979+ pub fn vortex_array::arrays::Variant::slot_name(_array: &Self::Array, idx: usize) -> alloc::string::String
4980+
4981+ pub fn vortex_array::arrays::Variant::slots(array: &Self::Array) -> &[core::option::Option<vortex_array::ArrayRef>]
4982+
49794983pub fn vortex_array::arrays::Variant::stats(array: &Self::Array) -> vortex_array::stats::StatsSetRef<'_>
49804984
4981- pub fn vortex_array::arrays::Variant::with_children (array: &mut Self::Array, children : alloc::vec::Vec<vortex_array::ArrayRef>) -> vortex_error::VortexResult<()>
4985+ pub fn vortex_array::arrays::Variant::with_slots (array: &mut Self::Array, slots : alloc::vec::Vec<core::option::Option< vortex_array::ArrayRef> >) -> vortex_error::VortexResult<()>
49824986
49834987impl vortex_array::vtable::ValidityVTable<vortex_array::arrays::Variant> for vortex_array::arrays::Variant
49844988
@@ -8178,7 +8182,7 @@ pub fn vortex_array::arrays::Variant::build(dtype: &vortex_array::dtype::DType,
81788182
81798183pub fn vortex_array::arrays::Variant::child(array: &Self::Array, idx: usize) -> vortex_array::ArrayRef
81808184
8181- pub fn vortex_array::arrays::Variant::child_name(_array : &Self::Array, idx: usize) -> alloc::string::String
8185+ pub fn vortex_array::arrays::Variant::child_name(array : &Self::Array, idx: usize) -> alloc::string::String
81828186
81838187pub fn vortex_array::arrays::Variant::deserialize(_bytes: &[u8], _dtype: &vortex_array::dtype::DType, _len: usize, _buffers: &[vortex_array::buffer::BufferHandle], _session: &vortex_session::VortexSession) -> vortex_error::VortexResult<Self::Metadata>
81848188
@@ -8196,17 +8200,21 @@ pub fn vortex_array::arrays::Variant::metadata(_array: &Self::Array) -> vortex_e
81968200
81978201pub fn vortex_array::arrays::Variant::nbuffers(_array: &Self::Array) -> usize
81988202
8199- pub fn vortex_array::arrays::Variant::nchildren(_array : &Self::Array) -> usize
8203+ pub fn vortex_array::arrays::Variant::nchildren(array : &Self::Array) -> usize
82008204
82018205pub fn vortex_array::arrays::Variant::reduce(array: &Self::Array) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
82028206
82038207pub fn vortex_array::arrays::Variant::reduce_parent(array: &Self::Array, parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
82048208
82058209pub fn vortex_array::arrays::Variant::serialize(_metadata: Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
82068210
8211+ pub fn vortex_array::arrays::Variant::slot_name(_array: &Self::Array, idx: usize) -> alloc::string::String
8212+
8213+ pub fn vortex_array::arrays::Variant::slots(array: &Self::Array) -> &[core::option::Option<vortex_array::ArrayRef>]
8214+
82078215pub fn vortex_array::arrays::Variant::stats(array: &Self::Array) -> vortex_array::stats::StatsSetRef<'_>
82088216
8209- pub fn vortex_array::arrays::Variant::with_children (array: &mut Self::Array, children : alloc::vec::Vec<vortex_array::ArrayRef>) -> vortex_error::VortexResult<()>
8217+ pub fn vortex_array::arrays::Variant::with_slots (array: &mut Self::Array, slots : alloc::vec::Vec<core::option::Option< vortex_array::ArrayRef> >) -> vortex_error::VortexResult<()>
82108218
82118219impl vortex_array::vtable::ValidityVTable<vortex_array::arrays::Variant> for vortex_array::arrays::Variant
82128220
@@ -21614,7 +21622,7 @@ pub fn vortex_array::arrays::Variant::build(dtype: &vortex_array::dtype::DType,
2161421622
2161521623pub fn vortex_array::arrays::Variant::child(array: &Self::Array, idx: usize) -> vortex_array::ArrayRef
2161621624
21617- pub fn vortex_array::arrays::Variant::child_name(_array : &Self::Array, idx: usize) -> alloc::string::String
21625+ pub fn vortex_array::arrays::Variant::child_name(array : &Self::Array, idx: usize) -> alloc::string::String
2161821626
2161921627pub fn vortex_array::arrays::Variant::deserialize(_bytes: &[u8], _dtype: &vortex_array::dtype::DType, _len: usize, _buffers: &[vortex_array::buffer::BufferHandle], _session: &vortex_session::VortexSession) -> vortex_error::VortexResult<Self::Metadata>
2162021628
@@ -21632,17 +21640,21 @@ pub fn vortex_array::arrays::Variant::metadata(_array: &Self::Array) -> vortex_e
2163221640
2163321641pub fn vortex_array::arrays::Variant::nbuffers(_array: &Self::Array) -> usize
2163421642
21635- pub fn vortex_array::arrays::Variant::nchildren(_array : &Self::Array) -> usize
21643+ pub fn vortex_array::arrays::Variant::nchildren(array : &Self::Array) -> usize
2163621644
2163721645pub fn vortex_array::arrays::Variant::reduce(array: &Self::Array) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
2163821646
2163921647pub fn vortex_array::arrays::Variant::reduce_parent(array: &Self::Array, parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
2164021648
2164121649pub fn vortex_array::arrays::Variant::serialize(_metadata: Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
2164221650
21651+ pub fn vortex_array::arrays::Variant::slot_name(_array: &Self::Array, idx: usize) -> alloc::string::String
21652+
21653+ pub fn vortex_array::arrays::Variant::slots(array: &Self::Array) -> &[core::option::Option<vortex_array::ArrayRef>]
21654+
2164321655pub fn vortex_array::arrays::Variant::stats(array: &Self::Array) -> vortex_array::stats::StatsSetRef<'_>
2164421656
21645- pub fn vortex_array::arrays::Variant::with_children (array: &mut Self::Array, children : alloc::vec::Vec<vortex_array::ArrayRef>) -> vortex_error::VortexResult<()>
21657+ pub fn vortex_array::arrays::Variant::with_slots (array: &mut Self::Array, slots : alloc::vec::Vec<core::option::Option< vortex_array::ArrayRef> >) -> vortex_error::VortexResult<()>
2164621658
2164721659impl vortex_array::vtable::VTable for vortex_array::arrays::dict::Dict
2164821660
0 commit comments