@@ -24,9 +24,9 @@ impl core::clone::Clone for vortex_alp::ALPArray
2424
2525pub fn vortex_alp::ALPArray::clone(&self) -> vortex_alp::ALPArray
2626
27- impl core::convert::AsRef<dyn vortex_array::array::Array > for vortex_alp::ALPArray
27+ impl core::convert::AsRef<dyn vortex_array::array::DynArray > for vortex_alp::ALPArray
2828
29- pub fn vortex_alp::ALPArray::as_ref(&self) -> &dyn vortex_array::array::Array
29+ pub fn vortex_alp::ALPArray::as_ref(&self) -> &dyn vortex_array::array::DynArray
3030
3131impl core::convert::From<vortex_alp::ALPArray> for vortex_array::array::ArrayRef
3232
@@ -38,7 +38,7 @@ pub fn vortex_alp::ALPArray::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> cor
3838
3939impl core::ops::deref::Deref for vortex_alp::ALPArray
4040
41- pub type vortex_alp::ALPArray::Target = dyn vortex_array::array::Array
41+ pub type vortex_alp::ALPArray::Target = dyn vortex_array::array::DynArray
4242
4343pub fn vortex_alp::ALPArray::deref(&self) -> &Self::Target
4444
@@ -90,9 +90,9 @@ impl core::clone::Clone for vortex_alp::ALPRDArray
9090
9191pub fn vortex_alp::ALPRDArray::clone(&self) -> vortex_alp::ALPRDArray
9292
93- impl core::convert::AsRef<dyn vortex_array::array::Array > for vortex_alp::ALPRDArray
93+ impl core::convert::AsRef<dyn vortex_array::array::DynArray > for vortex_alp::ALPRDArray
9494
95- pub fn vortex_alp::ALPRDArray::as_ref(&self) -> &dyn vortex_array::array::Array
95+ pub fn vortex_alp::ALPRDArray::as_ref(&self) -> &dyn vortex_array::array::DynArray
9696
9797impl core::convert::From<vortex_alp::ALPRDArray> for vortex_array::array::ArrayRef
9898
@@ -104,7 +104,7 @@ pub fn vortex_alp::ALPRDArray::fmt(&self, f: &mut core::fmt::Formatter<'_>) -> c
104104
105105impl core::ops::deref::Deref for vortex_alp::ALPRDArray
106106
107- pub type vortex_alp::ALPRDArray::Target = dyn vortex_array::array::Array
107+ pub type vortex_alp::ALPRDArray::Target = dyn vortex_array::array::DynArray
108108
109109pub fn vortex_alp::ALPRDArray::deref(&self) -> &Self::Target
110110
0 commit comments