Skip to content

Commit 573c995

Browse files
skip: remove parameter names from public api lock files (#7728)
The names should append the public api signature. --------- Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent 128ce5f commit 573c995

33 files changed

Lines changed: 8619 additions & 8619 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ proc-macro2 = "1.0.95"
199199
prost = "0.14"
200200
prost-build = "0.14"
201201
prost-types = "0.14"
202-
public-api = "0.51"
202+
public-api = { git = "https://github.com/vortex-data/cargo-public-api.git", branch = "main" }
203203
pyo3 = { version = "0.28.0" }
204204
pyo3-bytes = "0.6"
205205
pyo3-log = "0.13.0"

encodings/alp/public-api.lock

Lines changed: 124 additions & 124 deletions
Large diffs are not rendered by default.

encodings/bytebool/public-api.lock

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ pub struct vortex_bytebool::ByteBool
44

55
impl vortex_bytebool::ByteBool
66

7-
pub fn vortex_bytebool::ByteBool::from_option_vec(data: alloc::vec::Vec<core::option::Option<bool>>) -> vortex_bytebool::ByteBoolArray
7+
pub fn vortex_bytebool::ByteBool::from_option_vec(alloc::vec::Vec<core::option::Option<bool>>) -> vortex_bytebool::ByteBoolArray
88

9-
pub fn vortex_bytebool::ByteBool::from_vec<V: core::convert::Into<vortex_array::validity::Validity>>(data: alloc::vec::Vec<bool>, validity: V) -> vortex_bytebool::ByteBoolArray
9+
pub fn vortex_bytebool::ByteBool::from_vec<V: core::convert::Into<vortex_array::validity::Validity>>(alloc::vec::Vec<bool>, V) -> vortex_bytebool::ByteBoolArray
1010

11-
pub fn vortex_bytebool::ByteBool::new(buffer: vortex_array::buffer::BufferHandle, validity: vortex_array::validity::Validity) -> vortex_bytebool::ByteBoolArray
11+
pub fn vortex_bytebool::ByteBool::new(vortex_array::buffer::BufferHandle, vortex_array::validity::Validity) -> vortex_bytebool::ByteBoolArray
1212

1313
impl core::clone::Clone for vortex_bytebool::ByteBool
1414

1515
pub fn vortex_bytebool::ByteBool::clone(&self) -> vortex_bytebool::ByteBool
1616

1717
impl core::fmt::Debug for vortex_bytebool::ByteBool
1818

19-
pub fn vortex_bytebool::ByteBool::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
19+
pub fn vortex_bytebool::ByteBool::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result
2020

2121
impl vortex_array::array::vtable::VTable for vortex_bytebool::ByteBool
2222

@@ -26,55 +26,55 @@ pub type vortex_bytebool::ByteBool::OperationsVTable = vortex_bytebool::ByteBool
2626

2727
pub type vortex_bytebool::ByteBool::ValidityVTable = vortex_bytebool::ByteBool
2828

29-
pub fn vortex_bytebool::ByteBool::buffer(array: vortex_array::array::view::ArrayView<'_, Self>, idx: usize) -> vortex_array::buffer::BufferHandle
29+
pub fn vortex_bytebool::ByteBool::buffer(vortex_array::array::view::ArrayView<'_, Self>, usize) -> vortex_array::buffer::BufferHandle
3030

31-
pub fn vortex_bytebool::ByteBool::buffer_name(_array: vortex_array::array::view::ArrayView<'_, Self>, idx: usize) -> core::option::Option<alloc::string::String>
31+
pub fn vortex_bytebool::ByteBool::buffer_name(vortex_array::array::view::ArrayView<'_, Self>, usize) -> core::option::Option<alloc::string::String>
3232

33-
pub fn vortex_bytebool::ByteBool::deserialize(&self, dtype: &vortex_array::dtype::DType, len: usize, metadata: &[u8], buffers: &[vortex_array::buffer::BufferHandle], children: &dyn vortex_array::serde::ArrayChildren, _session: &vortex_session::VortexSession) -> vortex_error::VortexResult<vortex_array::array::typed::ArrayParts<Self>>
33+
pub fn vortex_bytebool::ByteBool::deserialize(&self, &vortex_array::dtype::DType, usize, &[u8], &[vortex_array::buffer::BufferHandle], &dyn vortex_array::serde::ArrayChildren, &vortex_session::VortexSession) -> vortex_error::VortexResult<vortex_array::array::typed::ArrayParts<Self>>
3434

35-
pub fn vortex_bytebool::ByteBool::execute(array: vortex_array::array::typed::Array<Self>, _ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::executor::ExecutionResult>
35+
pub fn vortex_bytebool::ByteBool::execute(vortex_array::array::typed::Array<Self>, &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::executor::ExecutionResult>
3636

37-
pub fn vortex_bytebool::ByteBool::execute_parent(array: vortex_array::array::view::ArrayView<'_, Self>, parent: &vortex_array::array::erased::ArrayRef, child_idx: usize, ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
37+
pub fn vortex_bytebool::ByteBool::execute_parent(vortex_array::array::view::ArrayView<'_, Self>, &vortex_array::array::erased::ArrayRef, usize, &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
3838

3939
pub fn vortex_bytebool::ByteBool::id(&self) -> vortex_array::array::ArrayId
4040

41-
pub fn vortex_bytebool::ByteBool::nbuffers(_array: vortex_array::array::view::ArrayView<'_, Self>) -> usize
41+
pub fn vortex_bytebool::ByteBool::nbuffers(vortex_array::array::view::ArrayView<'_, Self>) -> usize
4242

43-
pub fn vortex_bytebool::ByteBool::reduce_parent(array: vortex_array::array::view::ArrayView<'_, Self>, parent: &vortex_array::array::erased::ArrayRef, child_idx: usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
43+
pub fn vortex_bytebool::ByteBool::reduce_parent(vortex_array::array::view::ArrayView<'_, Self>, &vortex_array::array::erased::ArrayRef, usize) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
4444

45-
pub fn vortex_bytebool::ByteBool::serialize(_array: vortex_array::array::view::ArrayView<'_, Self>, _session: &vortex_session::VortexSession) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
45+
pub fn vortex_bytebool::ByteBool::serialize(vortex_array::array::view::ArrayView<'_, Self>, &vortex_session::VortexSession) -> vortex_error::VortexResult<core::option::Option<alloc::vec::Vec<u8>>>
4646

47-
pub fn vortex_bytebool::ByteBool::slot_name(_array: vortex_array::array::view::ArrayView<'_, Self>, idx: usize) -> alloc::string::String
47+
pub fn vortex_bytebool::ByteBool::slot_name(vortex_array::array::view::ArrayView<'_, Self>, usize) -> alloc::string::String
4848

49-
pub fn vortex_bytebool::ByteBool::validate(&self, data: &Self::ArrayData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::array::erased::ArrayRef>]) -> vortex_error::VortexResult<()>
49+
pub fn vortex_bytebool::ByteBool::validate(&self, &Self::ArrayData, &vortex_array::dtype::DType, usize, &[core::option::Option<vortex_array::array::erased::ArrayRef>]) -> vortex_error::VortexResult<()>
5050

5151
impl vortex_array::array::vtable::operations::OperationsVTable<vortex_bytebool::ByteBool> for vortex_bytebool::ByteBool
5252

53-
pub fn vortex_bytebool::ByteBool::scalar_at(array: vortex_array::array::view::ArrayView<'_, vortex_bytebool::ByteBool>, index: usize, _ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::scalar::Scalar>
53+
pub fn vortex_bytebool::ByteBool::scalar_at(vortex_array::array::view::ArrayView<'_, vortex_bytebool::ByteBool>, usize, &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<vortex_array::scalar::Scalar>
5454

5555
impl vortex_array::array::vtable::validity::ValidityVTable<vortex_bytebool::ByteBool> for vortex_bytebool::ByteBool
5656

57-
pub fn vortex_bytebool::ByteBool::validity(array: vortex_array::array::view::ArrayView<'_, vortex_bytebool::ByteBool>) -> vortex_error::VortexResult<vortex_array::validity::Validity>
57+
pub fn vortex_bytebool::ByteBool::validity(vortex_array::array::view::ArrayView<'_, vortex_bytebool::ByteBool>) -> vortex_error::VortexResult<vortex_array::validity::Validity>
5858

5959
impl vortex_array::arrays::dict::take::TakeExecute for vortex_bytebool::ByteBool
6060

61-
pub fn vortex_bytebool::ByteBool::take(array: vortex_array::array::view::ArrayView<'_, Self>, indices: &vortex_array::array::erased::ArrayRef, ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
61+
pub fn vortex_bytebool::ByteBool::take(vortex_array::array::view::ArrayView<'_, Self>, &vortex_array::array::erased::ArrayRef, &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
6262

6363
impl vortex_array::arrays::slice::SliceReduce for vortex_bytebool::ByteBool
6464

65-
pub fn vortex_bytebool::ByteBool::slice(array: vortex_array::array::view::ArrayView<'_, Self>, range: core::ops::range::Range<usize>) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
65+
pub fn vortex_bytebool::ByteBool::slice(vortex_array::array::view::ArrayView<'_, Self>, core::ops::range::Range<usize>) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
6666

6767
impl vortex_array::scalar_fn::fns::cast::kernel::CastKernel for vortex_bytebool::ByteBool
6868

69-
pub fn vortex_bytebool::ByteBool::cast(array: vortex_array::array::view::ArrayView<'_, Self>, dtype: &vortex_array::dtype::DType, ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
69+
pub fn vortex_bytebool::ByteBool::cast(vortex_array::array::view::ArrayView<'_, Self>, &vortex_array::dtype::DType, &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
7070

7171
impl vortex_array::scalar_fn::fns::cast::kernel::CastReduce for vortex_bytebool::ByteBool
7272

73-
pub fn vortex_bytebool::ByteBool::cast(array: vortex_array::array::view::ArrayView<'_, Self>, dtype: &vortex_array::dtype::DType) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
73+
pub fn vortex_bytebool::ByteBool::cast(vortex_array::array::view::ArrayView<'_, Self>, &vortex_array::dtype::DType) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
7474

7575
impl vortex_array::scalar_fn::fns::mask::kernel::MaskReduce for vortex_bytebool::ByteBool
7676

77-
pub fn vortex_bytebool::ByteBool::mask(array: vortex_array::array::view::ArrayView<'_, Self>, mask: &vortex_array::array::erased::ArrayRef) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
77+
pub fn vortex_bytebool::ByteBool::mask(vortex_array::array::view::ArrayView<'_, Self>, &vortex_array::array::erased::ArrayRef) -> vortex_error::VortexResult<core::option::Option<vortex_array::array::erased::ArrayRef>>
7878

7979
pub struct vortex_bytebool::ByteBoolData
8080

@@ -86,31 +86,31 @@ pub fn vortex_bytebool::ByteBoolData::is_empty(&self) -> bool
8686

8787
pub fn vortex_bytebool::ByteBoolData::len(&self) -> usize
8888

89-
pub fn vortex_bytebool::ByteBoolData::new(buffer: vortex_array::buffer::BufferHandle) -> Self
89+
pub fn vortex_bytebool::ByteBoolData::new(vortex_array::buffer::BufferHandle) -> Self
9090

9191
pub fn vortex_bytebool::ByteBoolData::truthy_bytes(&self) -> &[u8]
9292

93-
pub fn vortex_bytebool::ByteBoolData::validate(buffer: &vortex_array::buffer::BufferHandle, validity: &vortex_array::validity::Validity, dtype: &vortex_array::dtype::DType, len: usize) -> vortex_error::VortexResult<()>
93+
pub fn vortex_bytebool::ByteBoolData::validate(&vortex_array::buffer::BufferHandle, &vortex_array::validity::Validity, &vortex_array::dtype::DType, usize) -> vortex_error::VortexResult<()>
9494

9595
impl core::clone::Clone for vortex_bytebool::ByteBoolData
9696

9797
pub fn vortex_bytebool::ByteBoolData::clone(&self) -> vortex_bytebool::ByteBoolData
9898

9999
impl core::fmt::Debug for vortex_bytebool::ByteBoolData
100100

101-
pub fn vortex_bytebool::ByteBoolData::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
101+
pub fn vortex_bytebool::ByteBoolData::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result
102102

103103
impl core::fmt::Display for vortex_bytebool::ByteBoolData
104104

105-
pub fn vortex_bytebool::ByteBoolData::fmt(&self, _f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
105+
pub fn vortex_bytebool::ByteBoolData::fmt(&self, &mut core::fmt::Formatter<'_>) -> core::fmt::Result
106106

107107
impl vortex_array::hash::ArrayEq for vortex_bytebool::ByteBoolData
108108

109-
pub fn vortex_bytebool::ByteBoolData::array_eq(&self, other: &Self, precision: vortex_array::hash::Precision) -> bool
109+
pub fn vortex_bytebool::ByteBoolData::array_eq(&self, &Self, vortex_array::hash::Precision) -> bool
110110

111111
impl vortex_array::hash::ArrayHash for vortex_bytebool::ByteBoolData
112112

113-
pub fn vortex_bytebool::ByteBoolData::array_hash<H: core::hash::Hasher>(&self, state: &mut H, precision: vortex_array::hash::Precision)
113+
pub fn vortex_bytebool::ByteBoolData::array_hash<H: core::hash::Hasher>(&self, &mut H, vortex_array::hash::Precision)
114114

115115
pub trait vortex_bytebool::ByteBoolArrayExt: vortex_array::array::typed::TypedArrayRef<vortex_bytebool::ByteBool>
116116

0 commit comments

Comments
 (0)