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

Class AggregateStats

graphlite/tests/testutils/test_fixture.rs:335–341  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

333/// Aggregate statistics
334#[derive(Debug, Clone)]
335pub struct AggregateStats {
336 pub count: f64,
337 pub sum: f64,
338 pub avg: f64,
339 pub min: f64,
340 pub max: f64,
341}
342
343/// Fixture type
344#[derive(Debug, Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected