Documentation/Graph Query Language
DESCRIBE
This statement gives you all information about an type, a function, an index, an setting, an object, an edge or an aggregate.
DESCRIBE
DescrTypeStmt |
DescrIdxStmt |
DescrEdgeStmt |
DescrObjStmt |
DescrFuncStmt |
DescrAggrStmt |
DescrSettStmt
DescrTypeStmt
type+id_simple
DescrIdxStmt
INDEX + Id + DescrIdxEdtStmt
DescrEdgeStmt
EDGE + id_simple
DescrObjStmt
OBJECT + id_simple
DescrFuncStmt
FUNCTION + id_simple
DescrAggrStmt
AGGREGATE + aggregateName
DescrSettStmt
SETTING + DescrSettItem
