Skip to content

Commit

Permalink
pub deserialize_schema (jorgecarleitao#1335)
Browse files Browse the repository at this point in the history
  • Loading branch information
sundy-li authored and ritchie46 committed Apr 5, 2023
1 parent f210723 commit 06d7dfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/ipc/read/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub(crate) use common::first_dict_field;
pub(crate) use common::{read_dictionary, read_record_batch};
pub use file::{read_batch, read_file_dictionaries, read_file_metadata, FileMetadata};
pub use reader::FileReader;
pub(crate) use schema::deserialize_schema;
pub use schema::deserialize_schema;
pub use stream::{read_stream_metadata, StreamMetadata, StreamReader, StreamState};

/// how dictionaries are tracked in this crate
Expand Down

0 comments on commit 06d7dfa

Please sign in to comment.