Skip to content

Commit c9ba4e0

Browse files
committed
Move state machine into ParquetMetadataDecoder
1 parent 3027dbc commit c9ba4e0

File tree

4 files changed

+726
-537
lines changed

4 files changed

+726
-537
lines changed

parquet/src/file/metadata/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@
9191
//! * Same name, different struct
9292
//! ```
9393
mod memory;
94+
mod parser;
9495
mod push_decoder;
9596
pub(crate) mod reader;
9697
mod writer;

0 commit comments

Comments
 (0)