find_outbound_neighbors {simplegraphdb}R Documentation

Generates the SQL to find the outbound neighbors for a node in the database

Description

Generates the SQL to find the outbound neighbors for a node in the database

Usage

find_outbound_neighbors(identifier)

Arguments

identifier

The identifier for the node

Value

A SQL statement to find outbound neighbors


[Package simplegraphdb version 2021.03.10 Index]