find_neighbors {simplegraphdb} | R Documentation |
Generates the SQL to find the neighbors for a node in the database
Description
Generates the SQL to find the neighbors for a node in the database
Usage
find_neighbors(identifier)
Arguments
identifier |
The identifier for the node |
Value
A SQL statement to find the neighbors
[Package simplegraphdb version 2021.03.10 Index]