Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Sep 10, 2024
1 parent 7870beb commit 4ed7aa1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/polars-plan/src/plans/ir/scan_sources.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ use std::sync::Arc;

use polars_core::error::{feature_gated, PolarsResult};
use polars_io::cloud::CloudOptions;
#[cfg(feature = "cloud")]
use polars_io::utils::byte_source::{DynByteSource, DynByteSourceBuilder};
use polars_utils::mmap::MemSlice;
use polars_utils::pl_str::PlSmallStr;
Expand Down Expand Up @@ -240,6 +241,7 @@ impl<'a> ScanSourceRef<'a> {
}
}

#[cfg(feature = "cloud")]
pub async fn to_dyn_byte_source(
&self,
builder: &DynByteSourceBuilder,
Expand Down

0 comments on commit 4ed7aa1

Please sign in to comment.