enum Redis::Graph::ValueType
Defined in:
graph/value_type.crEnum Members
-
UNKNOWN =
0
-
NULL =
1
-
STRING =
2
-
INTEGER =
3
-
BOOLEAN =
4
-
DOUBLE =
5
-
ARRAY =
6
-
EDGE =
7
-
NODE =
8
-
PATH =
9
-
MAP =
10
-
POINT =
11
Class Method Summary
Instance Method Summary
Class methods inherited from struct Enum
from_graph_result(result : Int64)from_graph_result(result : String)
from_graph_result(result : Redis::Graph::Value) from_graph_result, from_redis_graph_value(type : Redis::Graph::ValueType, value, cache) from_redis_graph_value