enum Redis::Graph::ValueType

Defined in:

graph/value_type.cr

Enum 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_redis_graph_value(type : Redis::Graph::ValueType, value, cache) from_redis_graph_value

Class Method Detail

def self.value_for(type, value, cache) : Value #

[View source]

Instance Method Detail

def array? #

[View source]
def boolean? #

[View source]
def double? #

[View source]
def edge? #

[View source]
def integer? #

[View source]
def map? #

[View source]
def node? #

[View source]
def null? #

[View source]
def path? #

[View source]
def point? #

[View source]
def string? #

[View source]
def unknown? #

[View source]