Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
QueryGraphResponse |
GPUdb.queryGraph(QueryGraphRequest request)
Employs a topological query on a graph generated a-priori by
createGraph and returns a list of
adjacent edge(s) or node(s), also known as an adjacency list, depending
on what's been provided to the endpoint; providing edges will return
nodes and providing nodes will return edges. |
Modifier and Type | Method and Description | ||
---|---|---|---|
QueryGraphRequest |
QueryGraphRequest.setAdjacencyTable(String adjacencyTable)
Name of the table to store the resulting adjacencies, in
[schema_name.]table_name format, using standard
QueryGraphRequest QueryGraphRequest. |
setGraphName(String graphName)
Name of the graph resource to query.
| |
QueryGraphRequest |
QueryGraphRequest.setOptions(Map<String,String> options)
Additional parameters.
|
||
QueryGraphRequest |
QueryGraphRequest.setQueries(List<String> queries)
Nodes or edges to be queried specified using
QueryGraphRequest QueryGraphRequest. |
setRestrictions(List<String> restrictions)
Additional restrictions to apply to the nodes/edges of an existing
graph.
| |
QueryGraphRequest |
QueryGraphRequest.setRings(int rings)
Sets the number of rings around the node to query for adjacency, with
'1' being the edges directly attached to the queried node.
|
Copyright © 2025. All rights reserved.