We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ec7448 commit ee64444Copy full SHA for ee64444
parquet/src/arrow/async_reader/mod.rs
@@ -553,7 +553,7 @@ impl<T> RequestState<T>
553
where
554
T: AsyncFileReader + Unpin + Send + 'static,
555
{
556
- // Issue a request to fetch a single range, returning the Outstanding state
+ /// Issue a request to fetch `ranges`, returning the Outstanding state
557
fn begin_request(mut input: T, ranges: Vec<Range<u64>>) -> Self {
558
let ranges_captured = ranges.clone();
559
0 commit comments