API documentation
Top level objects
Modules
Members
String version
Returns the version of the package
- Global
- This member is global
Functions
Creates an ExecutionProfile suitable for executing graph traversals as generated by
queryFromTraversal() and queryFromBatch().
- Global
- This function is global
queryFromBatch
(Array batch)
Returns a representation of the batch of traversals to be used in graph executions.
- Global
- This function is global
queryFromTraversal
(traversal, [string protocol])
Returns the string representation in GraphSON2 format of the traversal to be used in graph query executions.
- Global
- This function is global
traversalSource
(Client client, [GraphQueryOptions options])
Creates a new graph traversal source.
If no arguments are provided, a simple and non-iterable traversal source is used. This can be used to
generate queries using queryFromTraversal().
Alternatively, providing a Client and optionally GraphQueryOptions creates an iterable
traversal source that works with a remote DSE graph instance.
- Global
- This function is global