Skip to content

Commit 80ec258

Browse files
committed
f
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
1 parent a91f8d1 commit 80ec258

14 files changed

Lines changed: 8 additions & 190 deletions

File tree

encodings/alp/public-api.lock

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ pub struct vortex_alp::ALP
66

77
impl vortex_alp::ALP
88

9-
pub fn vortex_alp::ALP::array_id() -> vortex_array::array::ArrayId
10-
11-
impl vortex_alp::ALP
12-
139
pub fn vortex_alp::ALP::new(encoded: vortex_array::array::erased::ArrayRef, exponents: vortex_alp::Exponents, patches: core::option::Option<vortex_array::patches::Patches>) -> vortex_alp::ALPArray
1410

1511
pub unsafe fn vortex_alp::ALP::new_unchecked(encoded: vortex_array::array::erased::ArrayRef, exponents: vortex_alp::Exponents, patches: core::option::Option<vortex_array::patches::Patches>) -> vortex_alp::ALPArray
@@ -148,8 +144,6 @@ pub struct vortex_alp::ALPRD
148144

149145
impl vortex_alp::ALPRD
150146

151-
pub fn vortex_alp::ALPRD::array_id() -> vortex_array::array::ArrayId
152-
153147
pub unsafe fn vortex_alp::ALPRD::new_unchecked(dtype: vortex_array::dtype::DType, left_parts: vortex_array::array::erased::ArrayRef, left_parts_dictionary: vortex_buffer::buffer::Buffer<u16>, right_parts: vortex_array::array::erased::ArrayRef, right_bit_width: u8, left_parts_patches: core::option::Option<vortex_array::patches::Patches>) -> vortex_alp::ALPRDArray
154148

155149
pub fn vortex_alp::ALPRD::try_new(dtype: vortex_array::dtype::DType, left_parts: vortex_array::array::erased::ArrayRef, left_parts_dictionary: vortex_buffer::buffer::Buffer<u16>, right_parts: vortex_array::array::erased::ArrayRef, right_bit_width: u8, left_parts_patches: core::option::Option<vortex_array::patches::Patches>) -> vortex_error::VortexResult<vortex_alp::ALPRDArray>

encodings/bytebool/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pub struct vortex_bytebool::ByteBool
44

55
impl vortex_bytebool::ByteBool
66

7-
pub fn vortex_bytebool::ByteBool::array_id() -> vortex_array::array::ArrayId
8-
97
pub fn vortex_bytebool::ByteBool::from_option_vec(data: alloc::vec::Vec<core::option::Option<bool>>) -> vortex_bytebool::ByteBoolArray
108

119
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

encodings/datetime-parts/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pub struct vortex_datetime_parts::DateTimeParts
44

55
impl vortex_datetime_parts::DateTimeParts
66

7-
pub fn vortex_datetime_parts::DateTimeParts::array_id() -> vortex_array::array::ArrayId
8-
97
pub fn vortex_datetime_parts::DateTimeParts::try_from_temporal(temporal: vortex_array::arrays::datetime::TemporalArray) -> vortex_error::VortexResult<vortex_datetime_parts::DateTimePartsArray>
108

119
pub fn vortex_datetime_parts::DateTimeParts::try_new(dtype: vortex_array::dtype::DType, days: vortex_array::array::erased::ArrayRef, seconds: vortex_array::array::erased::ArrayRef, subseconds: vortex_array::array::erased::ArrayRef) -> vortex_error::VortexResult<vortex_datetime_parts::DateTimePartsArray>

encodings/decimal-byte-parts/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pub struct vortex_decimal_byte_parts::DecimalByteParts
44

55
impl vortex_decimal_byte_parts::DecimalByteParts
66

7-
pub fn vortex_decimal_byte_parts::DecimalByteParts::array_id() -> vortex_array::array::ArrayId
8-
97
pub fn vortex_decimal_byte_parts::DecimalByteParts::try_new(msp: vortex_array::array::erased::ArrayRef, decimal_dtype: vortex_array::dtype::decimal::DecimalDType) -> vortex_error::VortexResult<vortex_decimal_byte_parts::DecimalBytePartsArray>
108

119
impl core::clone::Clone for vortex_decimal_byte_parts::DecimalByteParts

encodings/fastlanes/public-api.lock

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ pub struct vortex_fastlanes::BitPacked
120120

121121
impl vortex_fastlanes::BitPacked
122122

123-
pub fn vortex_fastlanes::BitPacked::array_id() -> vortex_array::array::ArrayId
124-
125123
pub fn vortex_fastlanes::BitPacked::encode(array: &vortex_array::array::erased::ArrayRef, bit_width: u8) -> vortex_error::VortexResult<vortex_fastlanes::BitPackedArray>
126124

127125
pub fn vortex_fastlanes::BitPacked::into_parts(array: vortex_fastlanes::BitPackedArray) -> vortex_fastlanes::BitPackedDataParts
@@ -280,8 +278,6 @@ pub struct vortex_fastlanes::Delta
280278

281279
impl vortex_fastlanes::Delta
282280

283-
pub fn vortex_fastlanes::Delta::array_id() -> vortex_array::array::ArrayId
284-
285281
pub fn vortex_fastlanes::Delta::try_from_primitive_array(array: &vortex_array::arrays::primitive::vtable::PrimitiveArray, ctx: &mut vortex_array::executor::ExecutionCtx) -> vortex_error::VortexResult<vortex_fastlanes::DeltaArray>
286282

287283
pub fn vortex_fastlanes::Delta::try_new(bases: vortex_array::array::erased::ArrayRef, deltas: vortex_array::array::erased::ArrayRef, offset: usize, len: usize) -> vortex_error::VortexResult<vortex_fastlanes::DeltaArray>
@@ -368,8 +364,6 @@ pub struct vortex_fastlanes::FoR
368364

369365
impl vortex_fastlanes::FoR
370366

371-
pub fn vortex_fastlanes::FoR::array_id() -> vortex_array::array::ArrayId
372-
373367
pub fn vortex_fastlanes::FoR::encode(array: vortex_array::arrays::primitive::vtable::PrimitiveArray) -> vortex_error::VortexResult<vortex_fastlanes::FoRArray>
374368

375369
pub fn vortex_fastlanes::FoR::try_new(encoded: vortex_array::array::erased::ArrayRef, reference: vortex_array::scalar::Scalar) -> vortex_error::VortexResult<vortex_fastlanes::FoRArray>
@@ -474,8 +468,6 @@ pub struct vortex_fastlanes::RLE
474468

475469
impl vortex_fastlanes::RLE
476470

477-
pub fn vortex_fastlanes::RLE::array_id() -> vortex_array::array::ArrayId
478-
479471
pub fn vortex_fastlanes::RLE::encode(array: vortex_array::array::view::ArrayView<'_, vortex_array::arrays::primitive::vtable::Primitive>) -> vortex_error::VortexResult<vortex_fastlanes::RLEArray>
480472

481473
pub unsafe fn vortex_fastlanes::RLE::new_unchecked(values: vortex_array::array::erased::ArrayRef, indices: vortex_array::array::erased::ArrayRef, values_idx_offsets: vortex_array::array::erased::ArrayRef, offset: usize, length: usize) -> vortex_fastlanes::RLEArray

encodings/fsst/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pub struct vortex_fsst::FSST
44

55
impl vortex_fsst::FSST
66

7-
pub fn vortex_fsst::FSST::array_id() -> vortex_array::array::ArrayId
8-
97
pub fn vortex_fsst::FSST::try_new(dtype: vortex_array::dtype::DType, symbols: vortex_buffer::buffer::Buffer<fsst::Symbol>, symbol_lengths: vortex_buffer::buffer::Buffer<u8>, codes: vortex_array::arrays::varbin::vtable::VarBinArray, uncompressed_lengths: vortex_array::array::erased::ArrayRef) -> vortex_error::VortexResult<vortex_fsst::FSSTArray>
108

119
impl core::clone::Clone for vortex_fsst::FSST

encodings/pco/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pub struct vortex_pco::Pco
44

55
impl vortex_pco::Pco
66

7-
pub fn vortex_pco::Pco::array_id() -> vortex_array::array::ArrayId
8-
97
pub fn vortex_pco::Pco::from_primitive(parray: vortex_array::array::view::ArrayView<'_, vortex_array::arrays::primitive::vtable::Primitive>, level: usize, values_per_page: usize) -> vortex_error::VortexResult<vortex_pco::PcoArray>
108

119
impl core::clone::Clone for vortex_pco::Pco

encodings/runend/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ pub struct vortex_runend::RunEnd
2020

2121
impl vortex_runend::RunEnd
2222

23-
pub fn vortex_runend::RunEnd::array_id() -> vortex_array::array::ArrayId
24-
2523
pub fn vortex_runend::RunEnd::encode(array: vortex_array::array::erased::ArrayRef) -> vortex_error::VortexResult<vortex_runend::RunEndArray>
2624

2725
pub fn vortex_runend::RunEnd::new(ends: vortex_array::array::erased::ArrayRef, values: vortex_array::array::erased::ArrayRef) -> vortex_runend::RunEndArray

encodings/sequence/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pub struct vortex_sequence::Sequence
44

55
impl vortex_sequence::Sequence
66

7-
pub fn vortex_sequence::Sequence::array_id() -> vortex_array::array::ArrayId
8-
97
pub fn vortex_sequence::Sequence::try_new(base: vortex_array::scalar::typed_view::primitive::pvalue::PValue, multiplier: vortex_array::scalar::typed_view::primitive::pvalue::PValue, ptype: vortex_array::dtype::ptype::PType, nullability: vortex_array::dtype::nullability::Nullability, length: usize) -> vortex_error::VortexResult<vortex_sequence::SequenceArray>
108

119
pub fn vortex_sequence::Sequence::try_new_typed<T: vortex_array::dtype::ptype::NativePType + core::convert::Into<vortex_array::scalar::typed_view::primitive::pvalue::PValue>>(base: T, multiplier: T, nullability: vortex_array::dtype::nullability::Nullability, length: usize) -> vortex_error::VortexResult<vortex_sequence::SequenceArray>

encodings/sparse/public-api.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pub struct vortex_sparse::Sparse
44

55
impl vortex_sparse::Sparse
66

7-
pub fn vortex_sparse::Sparse::array_id() -> vortex_array::array::ArrayId
8-
97
pub fn vortex_sparse::Sparse::encode(array: &vortex_array::array::erased::ArrayRef, fill_value: core::option::Option<vortex_array::scalar::Scalar>) -> vortex_error::VortexResult<vortex_array::array::erased::ArrayRef>
108

119
pub fn vortex_sparse::Sparse::try_new(indices: vortex_array::array::erased::ArrayRef, values: vortex_array::array::erased::ArrayRef, len: usize, fill_value: vortex_array::scalar::Scalar) -> vortex_error::VortexResult<vortex_sparse::SparseArray>

0 commit comments

Comments
 (0)