Skip to content

Commit

Permalink
Clean up statistics
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Apr 12, 2024
1 parent 39bddc9 commit 90d69a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vortex-array2/src/typed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,6 @@ impl<D: ArrayDef> IntoArrayData for TypedArray<'_, D> {

impl<D: ArrayDef> ToArrayData for TypedArray<'_, D> {
fn to_array_data(&self) -> ArrayData {
self.array().to_array_data()
self.clone().into_array_data()
}
}

0 comments on commit 90d69a5

Please sign in to comment.