MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / empty

Function empty

nodedb-array/src/query/aggregate.rs:126–128  ·  view source on GitHub ↗
(r: Reducer)

Source from the content-addressed store, hash-verified

124}
125
126fn empty(r: Reducer) -> AggregateResult {
127 AggregateResult::Empty(r)
128}
129
130/// Reduce one attr column over all rows of a tile. `attr_idx` must be
131/// in range; non-numeric / null cells are skipped (Count includes

Callers 8

aggregate_attrFunction · 0.70
group_by_dimFunction · 0.70
empty_tile_roundtripFunction · 0.50
sparse_to_denseFunction · 0.50

Calls

no outgoing calls

Tested by 5

empty_tile_roundtripFunction · 0.40