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

pub deserialize_schema #1335

Merged
merged 1 commit into from Dec 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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