Rows of variable bindings. Implements Enumerable over rows.
Summary
Types
@type t() :: %TypeDB.Answer.ConceptRows{ query_structure: map() | nil, query_type: TypeDB.Answer.query_type(), rows: [TypeDB.ConceptRow.t()], warning: String.t() | nil }
Rows of variable bindings. Implements Enumerable over rows.
@type t() :: %TypeDB.Answer.ConceptRows{ query_structure: map() | nil, query_type: TypeDB.Answer.query_type(), rows: [TypeDB.ConceptRow.t()], warning: String.t() | nil }