Skip to content

Commit 5c3ef5c

Browse files
committed
update comments
1 parent f0b3a3e commit 5c3ef5c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

datafusion/physical-plan/src/aggregates/ordered_partial_stream.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ impl OrderedPartialAggregateStream {
244244
/// Consumes one ordered input batch, then immediately emits completed groups
245245
/// if the ordering proves any group is ready.
246246
///
247-
/// See comments at `poll_next()` for details.
247+
/// See comments at [`Self::create_stream`] for details.
248248
async fn handle_reading_input(
249249
&mut self,
250250
table: &mut OrderedAggregateTable<PartialMarker>,
@@ -327,7 +327,7 @@ impl OrderedPartialAggregateStream {
327327
/// Returns the last batch to emit so we can free all the state and memory before emitting,
328328
/// and we won't need to hold while waiting for the next poll.
329329
///
330-
/// See comments at `poll_next()` for details.
330+
/// See comments at [`Self::create_stream`] for details.
331331
///
332332
async fn handle_draining_final(
333333
&mut self,

0 commit comments

Comments
 (0)