Provide a complete list of features similar to this one
| Operation |
Description |
| Graph Selection |
Select graphs based on conditions of graph attributes. |
| Node Selection |
Select nodes based on conditions of node attributes and/or graphID. |
| Edge Selection |
Select edges based on conditions of edge attributes and/or graphID, and/or nodeIDs. |
| Node Similarity |
Given a node, find nodes that have similar attribute values and similar neighbors. |
| Path Existence |
Decide whether two given nodes are connected by a path. |
| Shortest Path |
Find the shortest path between two given nodes. |
| Approximate Graph Matching |
Find graphs or subgraphs in the database that are similar to the query graph. |
| Graph Summarization |
Produce summaries capture |
Provide a complete list of features similar to this one