Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamGS committed Oct 21, 2024
1 parent 67dd341 commit 5bc036f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions vortex-array/src/typed.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use vortex_error::{vortex_bail, vortex_panic, VortexError, VortexResult};
use crate::stats::StatsSet;
use crate::{Array, ArrayData, ArrayDef, IntoArray, ToArray, TryDeserializeArrayMetadata};

/// Container for an array with all the associated implementation type information (encoding reference and ID, actual array type, metadata type).
#[derive(Debug, Clone)]
pub struct TypedArray<D: ArrayDef> {
array: Array,
Expand Down
2 changes: 1 addition & 1 deletion vortex-array/src/view.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ impl ArrayView {
}

#[derive(Default, Debug)]
pub struct ChildrenCollector {
struct ChildrenCollector {
children: Vec<Array>,
}

Expand Down

0 comments on commit 5bc036f

Please sign in to comment.