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

Class AverageFunction

graphlite/src/functions/aggregate_functions.rs:83–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81/// AVERAGE function - calculates arithmetic mean
82#[derive(Debug)]
83pub struct AverageFunction;
84
85impl AverageFunction {
86 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected