Values.RelationPatternSourceThe pattern describing the query's relational traversal.
type nonrec t = {relationType : RelationType.t;The type of relation to query.
*)relationDirection : RelationDirection.t;The direction to query.
*)maxPathLength : RelationPatternMaxPathLengthInteger.t option;The number of hops to query.
*)}val make :
?maxPathLength:??? ->
relationType:RelationType.t ->
relationDirection:RelationDirection.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of RelationPatternMaxPathLengthInteger.t ])
list ]