Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
make row_group::get_field_columns public
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jun 27, 2022
1 parent a11e258 commit 53ce452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/parquet/read/row_group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ impl Iterator for RowGroupDeserializer {

/// Returns all [`ColumnChunkMetaData`] associated to `field_name`.
/// For non-nested parquet types, this returns a single column
pub(super) fn get_field_columns<'a>(
pub fn get_field_columns<'a>(
columns: &'a [ColumnChunkMetaData],
field_name: &str,
) -> Vec<&'a ColumnChunkMetaData> {
Expand Down

0 comments on commit 53ce452

Please sign in to comment.