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 d7c3500 commit ad5fe2bCopy full SHA for ad5fe2b
vortex-array/src/compute/take.rs
@@ -84,7 +84,7 @@ impl ComputeFnVTable for Take {
84
stats.combine_sets(&derived_stats, array.dtype())?;
85
86
for (stat, val) in stats {
87
- // Alternatively, use a monadic reducer here to set `stat = val`, or if it already
+ // Alternatively, use a monoidal pattern here to set `stat = val`, or if it already
88
// exists, combine the two stats (similar to how `combine_sets` does it).
89
taken_array.statistics().set(stat, val)
90
}
0 commit comments