| Package | Description | 
|---|---|
| com.gpudb | |
| com.gpudb.protocol | 
| Modifier and Type | Method and Description | 
|---|---|
QueryGraphResponse | 
GPUdb.queryGraph(QueryGraphRequest request)
Employs a topological query on a network graph generated a-priori by
  
GPUdb.createGraph(CreateGraphRequest) 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)  | 
QueryGraphRequest | 
QueryGraphRequest.setGraphName(String graphName)  | 
QueryGraphRequest | 
QueryGraphRequest.setOptions(Map<String,String> options)  | 
QueryGraphRequest | 
QueryGraphRequest.setQueries(List<String> queries)  | 
QueryGraphRequest | 
QueryGraphRequest.setRestrictions(List<String> restrictions)  | 
QueryGraphRequest | 
QueryGraphRequest.setRings(int rings)  | 
Copyright © 2024. All rights reserved.