Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/datafusion
/ state
Method
state
datafusion/functions-aggregate/src/string_agg.rs:302–304 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
300
}
301
302
fn state(&mut self) -> Result<Vec<ScalarValue>> {
303
self.array_agg_acc.state()
304
}
305
306
fn merge_batch(&mut self, values: &[ArrayRef]) -> Result<()> {
307
self.array_agg_acc.merge_batch(values)
Callers
1
merge
Function · 0.45
Calls
2
map
Method · 0.45
evaluate
Method · 0.45
Tested by
no test coverage detected