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

Class ArrayIndexExpression

graphlite/src/ast/ast.rs:1592–1596  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1590/// Array index expression: array[index]
1591#[derive(Debug, Clone, Serialize, Deserialize)]
1592pub struct ArrayIndexExpression {
1593 pub array: Box<Expression>,
1594 pub index: Box<Expression>,
1595 pub location: Location,
1596}
1597
1598/// IS predicate types
1599#[derive(Debug, Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected