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

Class AggregateExpression

graphlite/src/plan/operators/logical.rs:294–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292/// Aggregate expression
293#[derive(Debug, Clone, Serialize, Deserialize)]
294pub struct AggregateExpression {
295 pub function: AggregateFunction,
296 pub expression: Expression,
297 pub alias: Option<String>,
298}
299
300/// Aggregate functions
301#[derive(Debug, Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected