Bolt.Sips v0.3.2 Bolt.Sips.Types.Path

Self-contained graph path.

A Path is a sequence of alternating nodes and relationships corresponding to a walk in the graph. The path always begins and ends with a node. Its representation consists of a list of distinct nodes, a list of distinct relationships and a sequence of integers describing the path traversal

https://github.com/neo4j/neo4j/blob/3.1/manual/bolt/src/docs/dev/serialization.asciidoc#path

Summary

Functions

represents a traversal or walk through a graph and maintains a direction separate from that of any relationships traversed

Types

t()
t() :: %Bolt.Sips.Types.Path{nodes: List.t | nil, relationships: List.t | nil, sequence: List.t | nil}

Functions

graph(path)
graph(Bolt.Sips.Types.Path.t) :: List.t | nil

represents a traversal or walk through a graph and maintains a direction separate from that of any relationships traversed