Skip to content

Commit

Permalink
Expose 'parquet::record::make_row' function call to users
Browse files Browse the repository at this point in the history
  • Loading branch information
jonded94 committed Nov 20, 2024
1 parent e7588bd commit c994a77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion parquet/src/record/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ mod triplet;

pub use self::{
api::{
Field, List, ListAccessor, Map, MapAccessor, Row, RowAccessor, RowColumnIter, RowFormatter,
make_row, Field, List, ListAccessor, Map, MapAccessor, Row, RowAccessor, RowColumnIter,
RowFormatter,
},
record_reader::RecordReader,
record_writer::RecordWriter,
Expand Down

0 comments on commit c994a77

Please sign in to comment.