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

Class AlterIndexStatement

graphlite/src/ast/ast.rs:1739–1743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1737/// ALTER INDEX statement
1738#[derive(Debug, Clone, Serialize, Deserialize)]
1739pub struct AlterIndexStatement {
1740 pub name: String,
1741 pub operation: AlterIndexOperation,
1742 pub location: Location,
1743}
1744
1745/// OPTIMIZE INDEX statement
1746#[derive(Debug, Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected