@@ -4170,7 +4170,7 @@ pub fn vortex_array::arrays::Struct::serialize(_array: vortex_array::ArrayView<'
41704170
41714171pub fn vortex_array::arrays::Struct::slot_name(array: vortex_array::ArrayView<'_, Self>, idx: usize) -> alloc::string::String
41724172
4173- pub fn vortex_array::arrays::Struct::validate(&self, data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
4173+ pub fn vortex_array::arrays::Struct::validate(&self, _data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
41744174
41754175impl vortex_array::ValidityVTable<vortex_array::arrays::Struct> for vortex_array::arrays::Struct
41764176
@@ -4198,22 +4198,14 @@ pub fn vortex_array::arrays::Struct::zip(if_true: vortex_array::ArrayView<'_, vo
41984198
41994199pub struct vortex_array::arrays::struct_::StructData
42004200
4201- impl vortex_array::arrays::struct_::StructData
4202-
4203- pub fn vortex_array::arrays::struct_::StructData::build(names: vortex_array::dtype::FieldNames, fields: impl core::convert::Into<alloc::sync::Arc<[vortex_array::ArrayRef]>>, length: usize, validity: vortex_array::validity::Validity) -> Self
4204-
4205- pub fn vortex_array::arrays::struct_::StructData::names(&self) -> &vortex_array::dtype::FieldNames
4206-
4207- pub fn vortex_array::arrays::struct_::StructData::new_fieldless_with_len(len: usize) -> Self
4208-
4209- pub unsafe fn vortex_array::arrays::struct_::StructData::new_unchecked(dtype: vortex_array::dtype::StructFields, fieldless_len: core::option::Option<usize>) -> Self
4210-
4211- pub fn vortex_array::arrays::struct_::StructData::validate(fields: &[vortex_array::ArrayRef], dtype: &vortex_array::dtype::StructFields, length: usize, validity: &vortex_array::validity::Validity) -> vortex_error::VortexResult<()>
4212-
42134201impl core::clone::Clone for vortex_array::arrays::struct_::StructData
42144202
42154203pub fn vortex_array::arrays::struct_::StructData::clone(&self) -> vortex_array::arrays::struct_::StructData
42164204
4205+ impl core::default::Default for vortex_array::arrays::struct_::StructData
4206+
4207+ pub fn vortex_array::arrays::struct_::StructData::default() -> vortex_array::arrays::struct_::StructData
4208+
42174209impl core::fmt::Debug for vortex_array::arrays::struct_::StructData
42184210
42194211pub fn vortex_array::arrays::struct_::StructData::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result
@@ -4242,7 +4234,7 @@ pub fn vortex_array::arrays::struct_::StructArrayExt::names(&self) -> &vortex_ar
42424234
42434235pub fn vortex_array::arrays::struct_::StructArrayExt::nullability(&self) -> vortex_array::dtype::Nullability
42444236
4245- pub fn vortex_array::arrays::struct_::StructArrayExt::struct_fields(&self) -> vortex_array::dtype::StructFields
4237+ pub fn vortex_array::arrays::struct_::StructArrayExt::struct_fields(&self) -> & vortex_array::dtype::StructFields
42464238
42474239pub fn vortex_array::arrays::struct_::StructArrayExt::struct_validity(&self) -> vortex_array::validity::Validity
42484240
@@ -4262,7 +4254,7 @@ pub fn T::names(&self) -> &vortex_array::dtype::FieldNames
42624254
42634255pub fn T::nullability(&self) -> vortex_array::dtype::Nullability
42644256
4265- pub fn T::struct_fields(&self) -> vortex_array::dtype::StructFields
4257+ pub fn T::struct_fields(&self) -> & vortex_array::dtype::StructFields
42664258
42674259pub fn T::struct_validity(&self) -> vortex_array::validity::Validity
42684260
@@ -6416,7 +6408,7 @@ pub fn vortex_array::arrays::Struct::serialize(_array: vortex_array::ArrayView<'
64166408
64176409pub fn vortex_array::arrays::Struct::slot_name(array: vortex_array::ArrayView<'_, Self>, idx: usize) -> alloc::string::String
64186410
6419- pub fn vortex_array::arrays::Struct::validate(&self, data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
6411+ pub fn vortex_array::arrays::Struct::validate(&self, _data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
64206412
64216413impl vortex_array::ValidityVTable<vortex_array::arrays::Struct> for vortex_array::arrays::Struct
64226414
@@ -19458,7 +19450,7 @@ pub fn vortex_array::arrays::Struct::serialize(_array: vortex_array::ArrayView<'
1945819450
1945919451pub fn vortex_array::arrays::Struct::slot_name(array: vortex_array::ArrayView<'_, Self>, idx: usize) -> alloc::string::String
1946019452
19461- pub fn vortex_array::arrays::Struct::validate(&self, data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
19453+ pub fn vortex_array::arrays::Struct::validate(&self, _data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
1946219454
1946319455impl vortex_array::VTable for vortex_array::arrays::VarBin
1946419456
@@ -20474,7 +20466,7 @@ pub fn vortex_array::arrays::Struct::serialize(_array: vortex_array::ArrayView<'
2047420466
2047520467pub fn vortex_array::arrays::Struct::slot_name(array: vortex_array::ArrayView<'_, Self>, idx: usize) -> alloc::string::String
2047620468
20477- pub fn vortex_array::arrays::Struct::validate(&self, data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
20469+ pub fn vortex_array::arrays::Struct::validate(&self, _data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
2047820470
2047920471impl vortex_array::VTable for vortex_array::arrays::VarBin
2048020472
@@ -23196,7 +23188,7 @@ pub fn vortex_array::arrays::Struct::serialize(_array: vortex_array::ArrayView<'
2319623188
2319723189pub fn vortex_array::arrays::Struct::slot_name(array: vortex_array::ArrayView<'_, Self>, idx: usize) -> alloc::string::String
2319823190
23199- pub fn vortex_array::arrays::Struct::validate(&self, data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
23191+ pub fn vortex_array::arrays::Struct::validate(&self, _data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
2320023192
2320123193impl vortex_array::VTable for vortex_array::arrays::VarBin
2320223194
@@ -24460,7 +24452,7 @@ pub fn vortex_array::arrays::Struct::serialize(_array: vortex_array::ArrayView<'
2446024452
2446124453pub fn vortex_array::arrays::Struct::slot_name(array: vortex_array::ArrayView<'_, Self>, idx: usize) -> alloc::string::String
2446224454
24463- pub fn vortex_array::arrays::Struct::validate(&self, data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
24455+ pub fn vortex_array::arrays::Struct::validate(&self, _data : &vortex_array::arrays::struct_::StructData, dtype: &vortex_array::dtype::DType, len: usize, slots: &[core::option::Option<vortex_array::ArrayRef>]) -> vortex_error::VortexResult<()>
2446424456
2446524457impl vortex_array::VTable for vortex_array::arrays::VarBin
2446624458
0 commit comments