Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions rust/lance-io/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ use crate::{
use crate::{traits::Reader, ReadBatchParams};
use lance_core::{Error, Result};

pub mod tracking_store;

/// Read a binary array from a [Reader].
///
pub async fn read_binary_array(
Expand Down
Loading
Loading