struct Redis::Graph::Result
- Redis::Graph::Result
- Struct
- Value
- Object
Included Modules
- Enumerable(Array(Array(Array(Redis::Value) | Int64 | Redis::Graph::Node | String | Nil) | Array(Redis::Value) | Int64 | Redis::Graph::Node | String | Nil))
Defined in:
graph.crConstructors
- .new(raw : Array)
- .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)
Instance Method Summary
- #cached_execution? : Bool
- #columns : Array(String)
- #duration : Time::Span
-
#each(&)
Must yield this collection's elements to the block.
- #labels_added : Int64
- #nodes_created : Int64
- #properties_set : Int64
- #rows : Array(List)
Constructor Detail
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)
#
Instance Method Detail
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.