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 Mar 29, 2023
1 parent fd4169d commit accf938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/io/ipc/read/mod.rs
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 accf938

Please sign in to comment.