FalkorDB::ResultSet(T)
Inherits Enumerable < Struct < Value < Object
Constructors
new(*, fields : Array(String), rows : Array(T), cached_execution : Bool, duration : Time::Span, labels_added : Int64, labels_removed : Int64, nodes_created : Int64, nodes_deleted : Int64, relationships_created : Int64, relationships_deleted : Int64, properties_set : Int64, properties_removed : Int64, indices_created : Int64, indices_deleted : Int64)
SourceInstance methods
each_row
Iterate over each of the results, yielding a tuple containing instances
of the types in T.
indices_created
Sourceindices_deleted
Source