BoltexNif.Path
(boltex_nif v0.1.1)
View Source
An alternating sequence of nodes and relationships returned by Neo4j.
indices follows the Bolt spec: a flat list alternating between a
relationship index (into relationships, negative for reverse traversal)
and the node index (into nodes) that the relationship ends on.
Summary
Types
@type t() :: %BoltexNif.Path{ indices: [integer()], nodes: [BoltexNif.Node.t()], relationships: [BoltexNif.UnboundRelationship.t()] }