Skip to content

Commit ee0dc59

Browse files
committed
MinMaxAggregateFn
Signed-off-by: Nicholas Gates <nick@nickgates.com>
1 parent 13af113 commit ee0dc59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

vortex-array/public-api.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3108,7 +3108,7 @@ pub fn vortex_array::arrays::Primitive::between(arr: &vortex_array::arrays::Prim
31083108

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

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

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

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

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

1716117161
impl vortex_array::scalar_fn::fns::cast::CastKernel for vortex_array::arrays::Struct
1716217162

0 commit comments

Comments
 (0)