find_nodes {simplegraphdb} | R Documentation |
Generate SQL to find nodes matching a criteria
Description
Generate SQL to find nodes matching a criteria
Usage
find_nodes(data, where_fn = "search_where", search_fn = "search_equals")
Arguments
data |
A list of data that are the search criteria |
where_fn |
The function to use in the SQL WHERE clause. Valid values are: search_where (default) or search_like |
search_fn |
The function to use in the search. Valid values are: search_equals (default), search_starts_with, or search_contains |
Value
A SQL statement to find nodes matching a criteria
[Package simplegraphdb version 2021.03.10 Index]