MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / argument_count

Method argument_count

graphlite/src/functions/aggregate_functions.rs:39–41  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

37 }
38
39 fn argument_count(&self) -> usize {
40 0 // COUNT() or COUNT(column)
41 }
42
43 fn execute(&self, context: &FunctionContext) -> FunctionResult<Value> {
44 // If no arguments, count all rows

Callers 1

executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected