Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
robert3005 committed Nov 30, 2024
1 parent e4d95b4 commit 7a77716
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vortex-file/src/read/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ use super::{LayoutMessageCache, LayoutReader};
use crate::read::buffered::{BufferedLayoutReader, RowMaskReader};
use crate::{MessageRead, RowMask};

type MetadataCoalescer<R> = BufferedLayoutReader<
type MetadataBufferedReader<R> = BufferedLayoutReader<
R,
stream::Iter<Once<VortexResult<RowMask>>>,
Vec<Option<ArrayData>>,
MetadataMaskReader,
>;

pub struct MetadataFetcher<R: VortexReadAt> {
metadata_reader: MetadataCoalescer<R>,
metadata_reader: MetadataBufferedReader<R>,
}

struct MetadataMaskReader {
Expand Down

0 comments on commit 7a77716

Please sign in to comment.