Skip to content

Commit a8f99ac

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

encodings/fastlanes/public-api.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ impl vortex_array::arrays::filter::kernel::FilterKernel for vortex_fastlanes::Bi
138138

139139
pub fn vortex_fastlanes::BitPacked::filter(array: &vortex_fastlanes::BitPackedArray, mask: &vortex_mask::Mask, ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
140140

141-
impl vortex_array::arrays::slice::SliceKernel for vortex_fastlanes::BitPacked
141+
impl vortex_array::arrays::slice::SliceReduce for vortex_fastlanes::BitPacked
142142

143-
pub fn vortex_fastlanes::BitPacked::slice(array: &vortex_fastlanes::BitPackedArray, range: core::ops::range::Range<usize>, _ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
143+
pub fn vortex_fastlanes::BitPacked::slice(array: &vortex_fastlanes::BitPackedArray, range: core::ops::range::Range<usize>) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::ArrayRef>>
144144

145145
impl vortex_array::scalar_fn::fns::cast::kernel::CastReduce for vortex_fastlanes::BitPacked
146146

0 commit comments

Comments
 (0)