Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ state
Method
state
datafusion/functions-aggregate/src/array_agg.rs:396–398 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
394
}
395
396
fn state(&mut self) -> Result<Vec<ScalarValue>> {
397
Ok(vec![self.evaluate()?])
398
}
399
400
fn evaluate(&mut self) -> Result<ScalarValue> {
401
if self.values.is_empty() {
Callers
2
merge
Function · 0.45
groups_accumulator_state_merge_roundtrip
Function · 0.45
Calls
3
sort
Method · 0.45
push
Method · 0.45
evaluate_orderings
Method · 0.45
Tested by
1
groups_accumulator_state_merge_roundtrip
Function · 0.36