Skip to content

Commit b017ab2

Browse files
committed
public api thing
Signed-off-by: Adam Gutglick <adam@spiraldb.com>
1 parent c8699a6 commit b017ab2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vortex-array/public-api.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17690,7 +17690,7 @@ pub fn vortex_array::scalar_fn::internal::row_count::RowCount::child_name(&self,
1769017690

1769117691
pub fn vortex_array::scalar_fn::internal::row_count::RowCount::coerce_args(&self, options: &Self::Options, args: &[vortex_array::dtype::DType]) -> vortex_error::VortexResult<alloc::vec::Vec<vortex_array::dtype::DType>>
1769217692

17693-
pub fn vortex_array::scalar_fn::internal::row_count::RowCount::deserialize(&self, metadata: &[u8], session: &vortex_session::VortexSession) -> vortex_error::VortexResult<Self::Options>
17693+
pub fn vortex_array::scalar_fn::internal::row_count::RowCount::deserialize(&self, _metadata: &[u8], _session: &vortex_session::VortexSession) -> vortex_error::VortexResult<Self::Options>
1769417694

1769517695
pub fn vortex_array::scalar_fn::internal::row_count::RowCount::execute(&self, _options: &Self::Options, _args: &dyn vortex_array::scalar_fn::ExecutionArgs, _ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ArrayRef>
1769617696

@@ -18886,7 +18886,7 @@ pub fn vortex_array::scalar_fn::internal::row_count::RowCount::child_name(&self,
1888618886

1888718887
pub fn vortex_array::scalar_fn::internal::row_count::RowCount::coerce_args(&self, options: &Self::Options, args: &[vortex_array::dtype::DType]) -> vortex_error::VortexResult<alloc::vec::Vec<vortex_array::dtype::DType>>
1888818888

18889-
pub fn vortex_array::scalar_fn::internal::row_count::RowCount::deserialize(&self, metadata: &[u8], session: &vortex_session::VortexSession) -> vortex_error::VortexResult<Self::Options>
18889+
pub fn vortex_array::scalar_fn::internal::row_count::RowCount::deserialize(&self, _metadata: &[u8], _session: &vortex_session::VortexSession) -> vortex_error::VortexResult<Self::Options>
1889018890

1889118891
pub fn vortex_array::scalar_fn::internal::row_count::RowCount::execute(&self, _options: &Self::Options, _args: &dyn vortex_array::scalar_fn::ExecutionArgs, _ctx: &mut vortex_array::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::ArrayRef>
1889218892

0 commit comments

Comments
 (0)