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

Class AlterGraphTypeStatement

graphlite/src/ast/ast.rs:719–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717/// ALTER GRAPH TYPE statement
718#[derive(Debug, Clone, Serialize, Deserialize)]
719pub struct AlterGraphTypeStatement {
720 pub name: String,
721 pub location: Location,
722}
723
724/// Catalog path for referencing objects
725#[derive(Debug, Clone, Serialize, Deserialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected