@@ -3304,9 +3304,9 @@ pub fn vortex_array::arrays::patched::Patched::deserialize(bytes: &[u8], _dtype:
33043304
33053305pub fn vortex_array::arrays::patched::Patched::dtype(array: &Self::Array) -> &vortex_array::dtype::DType
33063306
3307- pub fn vortex_array::arrays::patched::Patched::execute(array: alloc::sync::Arc<Self:: Array>, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ExecutionResult>
3307+ pub fn vortex_array::arrays::patched::Patched::execute(array: alloc::sync::Arc<vortex_array::vtable:: Array<Self> >, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ExecutionResult>
33083308
3309- pub fn vortex_array::arrays::patched::Patched::execute_parent(array: &Self:: Array, parent: &vortex_array::ArrayRef, child_idx: usize, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
3309+ pub fn vortex_array::arrays::patched::Patched::execute_parent(array: &vortex_array::vtable:: Array<Self> , parent: &vortex_array::ArrayRef, child_idx: usize, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
33103310
33113311pub fn vortex_array::arrays::patched::Patched::id(&self) -> vortex_array::vtable::ArrayId
33123312
@@ -3318,11 +3318,11 @@ pub fn vortex_array::arrays::patched::Patched::nbuffers(_array: &Self::Array) ->
33183318
33193319pub fn vortex_array::arrays::patched::Patched::nchildren(_array: &Self::Array) -> usize
33203320
3321- pub fn vortex_array::arrays::patched::Patched::reduce(array: &Self:: Array) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
3321+ pub fn vortex_array::arrays::patched::Patched::reduce(array: &vortex_array::vtable:: Array<Self> ) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
33223322
3323- pub fn vortex_array::arrays::patched::Patched::reduce_parent(array: &Self:: Array, parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
3323+ pub fn vortex_array::arrays::patched::Patched::reduce_parent(array: &vortex_array::vtable:: Array<Self> , parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
33243324
3325- pub fn vortex_array::arrays::patched::Patched::serialize(_metadata : Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
3325+ pub fn vortex_array::arrays::patched::Patched::serialize(metadata : Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
33263326
33273327pub fn vortex_array::arrays::patched::Patched::stats(array: &Self::Array) -> vortex_array::stats::StatsSetRef<'_>
33283328
@@ -7152,9 +7152,9 @@ pub fn vortex_array::arrays::patched::Patched::deserialize(bytes: &[u8], _dtype:
71527152
71537153pub fn vortex_array::arrays::patched::Patched::dtype(array: &Self::Array) -> &vortex_array::dtype::DType
71547154
7155- pub fn vortex_array::arrays::patched::Patched::execute(array: alloc::sync::Arc<Self:: Array>, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ExecutionResult>
7155+ pub fn vortex_array::arrays::patched::Patched::execute(array: alloc::sync::Arc<vortex_array::vtable:: Array<Self> >, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ExecutionResult>
71567156
7157- pub fn vortex_array::arrays::patched::Patched::execute_parent(array: &Self:: Array, parent: &vortex_array::ArrayRef, child_idx: usize, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
7157+ pub fn vortex_array::arrays::patched::Patched::execute_parent(array: &vortex_array::vtable:: Array<Self> , parent: &vortex_array::ArrayRef, child_idx: usize, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
71587158
71597159pub fn vortex_array::arrays::patched::Patched::id(&self) -> vortex_array::vtable::ArrayId
71607160
@@ -7166,11 +7166,11 @@ pub fn vortex_array::arrays::patched::Patched::nbuffers(_array: &Self::Array) ->
71667166
71677167pub fn vortex_array::arrays::patched::Patched::nchildren(_array: &Self::Array) -> usize
71687168
7169- pub fn vortex_array::arrays::patched::Patched::reduce(array: &Self:: Array) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
7169+ pub fn vortex_array::arrays::patched::Patched::reduce(array: &vortex_array::vtable:: Array<Self> ) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
71707170
7171- pub fn vortex_array::arrays::patched::Patched::reduce_parent(array: &Self:: Array, parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
7171+ pub fn vortex_array::arrays::patched::Patched::reduce_parent(array: &vortex_array::vtable:: Array<Self> , parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
71727172
7173- pub fn vortex_array::arrays::patched::Patched::serialize(_metadata : Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
7173+ pub fn vortex_array::arrays::patched::Patched::serialize(metadata : Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
71747174
71757175pub fn vortex_array::arrays::patched::Patched::stats(array: &Self::Array) -> vortex_array::stats::StatsSetRef<'_>
71767176
@@ -22166,9 +22166,9 @@ pub fn vortex_array::arrays::patched::Patched::deserialize(bytes: &[u8], _dtype:
2216622166
2216722167pub fn vortex_array::arrays::patched::Patched::dtype(array: &Self::Array) -> &vortex_array::dtype::DType
2216822168
22169- pub fn vortex_array::arrays::patched::Patched::execute(array: alloc::sync::Arc<Self:: Array>, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ExecutionResult>
22169+ pub fn vortex_array::arrays::patched::Patched::execute(array: alloc::sync::Arc<vortex_array::vtable:: Array<Self> >, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ExecutionResult>
2217022170
22171- pub fn vortex_array::arrays::patched::Patched::execute_parent(array: &Self:: Array, parent: &vortex_array::ArrayRef, child_idx: usize, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
22171+ pub fn vortex_array::arrays::patched::Patched::execute_parent(array: &vortex_array::vtable:: Array<Self> , parent: &vortex_array::ArrayRef, child_idx: usize, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
2217222172
2217322173pub fn vortex_array::arrays::patched::Patched::id(&self) -> vortex_array::vtable::ArrayId
2217422174
@@ -22180,11 +22180,11 @@ pub fn vortex_array::arrays::patched::Patched::nbuffers(_array: &Self::Array) ->
2218022180
2218122181pub fn vortex_array::arrays::patched::Patched::nchildren(_array: &Self::Array) -> usize
2218222182
22183- pub fn vortex_array::arrays::patched::Patched::reduce(array: &Self:: Array) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
22183+ pub fn vortex_array::arrays::patched::Patched::reduce(array: &vortex_array::vtable:: Array<Self> ) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
2218422184
22185- pub fn vortex_array::arrays::patched::Patched::reduce_parent(array: &Self:: Array, parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
22185+ pub fn vortex_array::arrays::patched::Patched::reduce_parent(array: &vortex_array::vtable:: Array<Self> , parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
2218622186
22187- pub fn vortex_array::arrays::patched::Patched::serialize(_metadata : Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
22187+ pub fn vortex_array::arrays::patched::Patched::serialize(metadata : Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
2218822188
2218922189pub fn vortex_array::arrays::patched::Patched::stats(array: &Self::Array) -> vortex_array::stats::StatsSetRef<'_>
2219022190
@@ -23522,9 +23522,9 @@ pub fn vortex_array::arrays::patched::Patched::deserialize(bytes: &[u8], _dtype:
2352223522
2352323523pub fn vortex_array::arrays::patched::Patched::dtype(array: &Self::Array) -> &vortex_array::dtype::DType
2352423524
23525- pub fn vortex_array::arrays::patched::Patched::execute(array: alloc::sync::Arc<Self:: Array>, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ExecutionResult>
23525+ pub fn vortex_array::arrays::patched::Patched::execute(array: alloc::sync::Arc<vortex_array::vtable:: Array<Self> >, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ExecutionResult>
2352623526
23527- pub fn vortex_array::arrays::patched::Patched::execute_parent(array: &Self:: Array, parent: &vortex_array::ArrayRef, child_idx: usize, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
23527+ pub fn vortex_array::arrays::patched::Patched::execute_parent(array: &vortex_array::vtable:: Array<Self> , parent: &vortex_array::ArrayRef, child_idx: usize, ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
2352823528
2352923529pub fn vortex_array::arrays::patched::Patched::id(&self) -> vortex_array::vtable::ArrayId
2353023530
@@ -23536,11 +23536,11 @@ pub fn vortex_array::arrays::patched::Patched::nbuffers(_array: &Self::Array) ->
2353623536
2353723537pub fn vortex_array::arrays::patched::Patched::nchildren(_array: &Self::Array) -> usize
2353823538
23539- pub fn vortex_array::arrays::patched::Patched::reduce(array: &Self:: Array) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
23539+ pub fn vortex_array::arrays::patched::Patched::reduce(array: &vortex_array::vtable:: Array<Self> ) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
2354023540
23541- pub fn vortex_array::arrays::patched::Patched::reduce_parent(array: &Self:: Array, parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
23541+ pub fn vortex_array::arrays::patched::Patched::reduce_parent(array: &vortex_array::vtable:: Array<Self> , parent: &vortex_array::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
2354223542
23543- pub fn vortex_array::arrays::patched::Patched::serialize(_metadata : Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
23543+ pub fn vortex_array::arrays::patched::Patched::serialize(metadata : Self::Metadata) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
2354423544
2354523545pub fn vortex_array::arrays::patched::Patched::stats(array: &Self::Array) -> vortex_array::stats::StatsSetRef<'_>
2354623546
0 commit comments