Directories
¶
| Path | Synopsis |
|---|---|
|
Package api provides the public database API for gograph, a graph database engine.
|
Package api provides the public database API for gograph, a graph database engine. |
|
Package cypher provides Cypher query parsing and execution for gograph.
|
Package cypher provides Cypher query parsing and execution for gograph. |
|
ast
Package ast defines the Abstract Syntax Tree (AST) nodes for Cypher queries.
|
Package ast defines the Abstract Syntax Tree (AST) nodes for Cypher queries. |
|
context
Package context provides parsing context management for the Cypher query parser.
|
Package context provides parsing context management for the Cypher query parser. |
|
creators
Package creators provides functionality for creating nodes and relationships in the graph database.
|
Package creators provides functionality for creating nodes and relationships in the graph database. |
|
lexer
Package lexer provides lexical analysis for Cypher query strings.
|
Package lexer provides lexical analysis for Cypher query strings. |
|
matchers
Package matchers provides pattern matching functionality for Cypher queries.
|
Package matchers provides pattern matching functionality for Cypher queries. |
|
modifiers
Package modifiers provides functionality for modifying nodes and relationships in the graph database.
|
Package modifiers provides functionality for modifying nodes and relationships in the graph database. |
|
utils
Package utils provides utility functions for the Cypher query engine.
|
Package utils provides utility functions for the Cypher query engine. |
|
visitor
Package visitor provides AST visitor implementations for validating and inspecting Cypher query syntax trees.
|
Package visitor provides AST visitor implementations for validating and inspecting Cypher query syntax trees. |
|
Package graph provides core data structures and interfaces for the gograph database.
|
Package graph provides core data structures and interfaces for the gograph database. |
|
Package storage provides the底层 storage layer for gograph using Pebble as the underlying key-value store.
|
Package storage provides the底层 storage layer for gograph using Pebble as the underlying key-value store. |
|
Package tx provides transaction management for gograph's storage layer.
|
Package tx provides transaction management for gograph's storage layer. |
Click to show internal directories.
Click to hide internal directories.