Skip to content

Commit a5d0a69

Browse files
rluvaton2010YOUY01
andauthored
Update ordered_partial_stream.rs
Co-authored-by: Yongting You <2010youy01@gmail.com>
1 parent 5c3ef5c commit a5d0a69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,9 @@ impl OrderedPartialAggregateStream {
179179
///
180180
/// See comments in [`OrderedPartialAggregateStream`] for high-level ideas.
181181
///
182-
/// State transition graph:
182+
/// State transitions are implemented using the generator pattern; see the comments in [`async_try_stream`].
183+
///
184+
/// Conceptual state-transition graph:
183185
///
184186
/// ```text
185187
/// (start)

0 commit comments

Comments
 (0)