struct Redis::Graph::Result

Included Modules

Defined in:

graph.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw : Array) #

[View source]
def self.new(*, columns : Array(String), rows : Array(Array(Array(Array(Redis::Value) | Int64 | Redis::Graph::Node | String | Nil) | Array(Redis::Value) | Int64 | Redis::Graph::Node | String | Nil)), cached_execution : Bool, duration : Time::Span, labels_added : Int64, nodes_created : Int64, properties_set : Int64) #

[View source]

Instance Method Detail

def cached_execution? : Bool #

[View source]
def columns : Array(String) #

[View source]
def duration : Time::Span #

[View source]
def each(&) #
Description copied from module Enumerable(Array(Array(Array(Redis::Value) | Int64 | Redis::Graph::Node | String | Nil) | Array(Redis::Value) | Int64 | Redis::Graph::Node | String | Nil))

Must yield this collection's elements to the block.


[View source]
def labels_added : Int64 #

[View source]
def nodes_created : Int64 #

[View source]
def properties_set : Int64 #

[View source]
def rows : Array(List) #

[View source]