MCPcopy Index your code
hub / github.com/GraphLite-AI/GraphLite / SetOperation

Class SetOperation

graphlite/src/ast/ast.rs:219–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

217/// Set operation between two queries
218#[derive(Debug, Clone, Serialize, Deserialize)]
219pub struct SetOperation {
220 pub left: Box<Query>,
221 pub operation: SetOperationType,
222 pub right: Box<Query>,
223 pub limit_clause: Option<LimitClause>,
224 pub order_clause: Option<OrderClause>,
225 pub location: Location,
226}
227
228/// LET statement: LET variable = expression [, variable = expression]*
229#[derive(Debug, Clone, Serialize, Deserialize)]

Callers 3

apply_query_modifiersFunction · 0.85
parse_union_exceptFunction · 0.85
parse_intersectFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected