Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/redis/go-redis
/ BatchAdd
Method
BatchAdd
internal/routing/aggregator.go:30–30 ·
view source on GitHub ↗
(map[string]AggregatorResErr)
Source
from the content-addressed store, hash-verified
28
AddWithKey(key string, result
interface
{}, err error) error
29
30
BatchAdd(
map
[string]AggregatorResErr) error
31
32
BatchSlice([]AggregatorResErr) error
33
Callers
3
TestAggLogicalAndBatchAdd
Function · 0.95
TestAggLogicalOrBatchAdd
Function · 0.95
aggregateKeyedValues
Method · 0.65
Implementers
10
AllSucceededAggregator
internal/routing/aggregator.go
OneSucceededAggregator
internal/routing/aggregator.go
AggSumAggregator
internal/routing/aggregator.go
AggMinAggregator
internal/routing/aggregator.go
AggMaxAggregator
internal/routing/aggregator.go
AggLogicalAndAggregator
internal/routing/aggregator.go
AggLogicalOrAggregator
internal/routing/aggregator.go
DefaultKeylessAggregator
internal/routing/aggregator.go
DefaultKeyedAggregator
internal/routing/aggregator.go
SpecialAggregator
internal/routing/aggregator.go
Calls
no outgoing calls
Tested by
2
TestAggLogicalAndBatchAdd
Function · 0.76
TestAggLogicalOrBatchAdd
Function · 0.76