Package com.gpudb.protocol
Class QueryGraphRequest.Options
java.lang.Object
com.gpudb.protocol.QueryGraphRequest.Options
Enclosing class:
A set of string constants for the
QueryGraphRequest parameter options.
Additional parameters.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringIf set toTRUE, the result of the query has entities that satisfy all of the target labels, instead of any.static final Stringstatic final StringIf set to true, for many-to-many queries or multi-level traversals, it lists the common labels between the source and target nodes and edge labels in each path.static final StringIf set toTRUE, all inbound edges and outbound edges relative to the node will be returned.static final StringWhen specified (>0), limits the number of query results.static final StringWhen specified (>0 and <=256), limits the number of char length on the output tables for string based nodes.static final StringIf true then concatenated wkt line segments will be added as the WKT column of the adjacency table.static final StringIndicates which graph server(s) to send the request to.static final String
Field Details
FORCE_UNDIRECTED
If set toTRUE, all inbound edges and outbound edges relative to the node will be returned. If set toFALSE, only outbound edges relative to the node will be returned. This parameter is only applicable if the queried graphgraphNameis directed and when querying nodes. Consult Directed Graphs for more details. Supported values:The default value isFALSE.See Also:FIND_COMMON_LABELS
If set to true, for many-to-many queries or multi-level traversals, it lists the common labels between the source and target nodes and edge labels in each path. Otherwise (zero rings), it’ll list all labels of the node(s) queried. Supported values:The default value isFALSE.See Also: