TraverseSpec class
- Implemented types
Constructors
Properties
- dedup ↔ bool
-
getter/setter pair
- edge_direction ↔ int?
-
getter/setter pair
-
edge_props
↔ List<
EdgeProp> ? -
getter/setter pair
-
edge_types
↔ List<
int> ? -
getter/setter pair
-
expressions
↔ List<
Expr> ? -
getter/setter pair
- filter ↔ Int8List?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- limit ↔ int?
-
getter/setter pair
-
order_by
↔ List<
OrderBy> ? -
getter/setter pair
- random ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stat_props
↔ List<
StatProp> ? -
getter/setter pair
- tag_filter ↔ Int8List?
-
getter/setter pair
-
vertex_props
↔ List<
VertexProp> ? -
getter/setter pair
Methods
-
getFieldValue(
int fieldID) → dynamic -
Get a field's value by
fieldId
. Primitive types will be wrapped in the appropriate "boxed" types.override -
isSet(
int fieldID) → bool -
Check if a field is currently set or unset, using the
fieldId
.override -
isSetDedup(
) → bool -
isSetEdge_direction(
) → bool -
isSetEdge_props(
) → bool -
isSetEdge_types(
) → bool -
isSetExpressions(
) → bool -
isSetFilter(
) → bool -
isSetLimit(
) → bool -
isSetOrder_by(
) → bool -
isSetRandom(
) → bool -
isSetStat_props(
) → bool -
isSetTag_filter(
) → bool -
isSetVertex_props(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
TProtocol iprot) → void -
Reads the TObject from the given input protocol.
override
-
setFieldValue(
int fieldID, Object? value) → dynamic -
Set a field's value by
fieldId
. Primitive types must be "boxed" in the appropriate object wrapper type.override -
toString(
) → String -
A string representation of this object.
override
-
unsetDedup(
) → dynamic -
unsetEdge_direction(
) → dynamic -
unsetEdge_props(
) → dynamic -
unsetEdge_types(
) → dynamic -
unsetExpressions(
) → dynamic -
unsetFilter(
) → dynamic -
unsetLimit(
) → dynamic -
unsetOrder_by(
) → dynamic -
unsetRandom(
) → dynamic -
unsetStat_props(
) → dynamic -
unsetTag_filter(
) → dynamic -
unsetVertex_props(
) → dynamic -
validate(
) → dynamic -
write(
TProtocol oprot) → void -
Writes the objects out to the
oprot
protocol.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- DEDUP → const int
- EDGE_DIRECTION → const int
- EDGE_PROPS → const int
- EDGE_TYPES → const int
- EXPRESSIONS → const int
- FILTER → const int
- LIMIT → const int
- ORDER_BY → const int
- RANDOM → const int
- STAT_PROPS → const int
- TAG_FILTER → const int
- VERTEX_PROPS → const int