@@ -3108,7 +3108,7 @@ pub fn vortex_array::arrays::Primitive::between(arr: &vortex_array::arrays::Prim
31083108
31093109impl vortex_array::scalar_fn::fns::cast::CastKernel for vortex_array::arrays::Primitive
31103110
3111- pub fn vortex_array::arrays::Primitive::cast(array: &vortex_array::arrays::PrimitiveArray, dtype: &vortex_array::dtype::DType, _ctx : &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
3111+ pub fn vortex_array::arrays::Primitive::cast(array: &vortex_array::arrays::PrimitiveArray, dtype: &vortex_array::dtype::DType, ctx : &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
31123112
31133113impl vortex_array::scalar_fn::fns::fill_null::FillNullKernel for vortex_array::arrays::Primitive
31143114
@@ -6636,7 +6636,7 @@ pub fn vortex_array::arrays::Primitive::between(arr: &vortex_array::arrays::Prim
66366636
66376637impl vortex_array::scalar_fn::fns::cast::CastKernel for vortex_array::arrays::Primitive
66386638
6639- pub fn vortex_array::arrays::Primitive::cast(array: &vortex_array::arrays::PrimitiveArray, dtype: &vortex_array::dtype::DType, _ctx : &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
6639+ pub fn vortex_array::arrays::Primitive::cast(array: &vortex_array::arrays::PrimitiveArray, dtype: &vortex_array::dtype::DType, ctx : &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
66406640
66416641impl vortex_array::scalar_fn::fns::fill_null::FillNullKernel for vortex_array::arrays::Primitive
66426642
@@ -17156,7 +17156,7 @@ pub fn vortex_array::arrays::Decimal::cast(array: &vortex_array::arrays::Decimal
1715617156
1715717157impl vortex_array::scalar_fn::fns::cast::CastKernel for vortex_array::arrays::Primitive
1715817158
17159- pub fn vortex_array::arrays::Primitive::cast(array: &vortex_array::arrays::PrimitiveArray, dtype: &vortex_array::dtype::DType, _ctx : &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
17159+ pub fn vortex_array::arrays::Primitive::cast(array: &vortex_array::arrays::PrimitiveArray, dtype: &vortex_array::dtype::DType, ctx : &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::ArrayRef>>
1716017160
1716117161impl vortex_array::scalar_fn::fns::cast::CastKernel for vortex_array::arrays::Struct
1716217162
0 commit comments