Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
CreateGraphResponse |
GPUdb.createGraph(CreateGraphRequest request)
Creates a new graph network using given nodes, edges, weights, and
restrictions.
|
CreateGraphResponse |
GPUdb.createGraph(String graphName,
boolean directedGraph,
List<String> nodes,
List<String> edges,
List<String> weights,
List<String> restrictions,
Map<String,String> options)
Creates a new graph network using given nodes, edges, weights, and
restrictions.
|
Modifier and Type | Method and Description |
---|---|
CreateGraphResponse |
CreateGraphResponse.setEdgesIds(List<Long> edgesIds) |
CreateGraphResponse |
CreateGraphResponse.setInfo(Map<String,String> info) |
CreateGraphResponse |
CreateGraphResponse.setNumEdges(long numEdges) |
CreateGraphResponse |
CreateGraphResponse.setNumNodes(long numNodes) |
Copyright © 2020. All rights reserved.