View Source Prestige.Result (prestige v3.0.0)
Struct to hold query results.
Link to this section Summary
Link to this section Types
@type t() :: %Prestige.Result{ columns: [Prestige.ColumnDefinition.t()], presto_headers: list(), rows: list() }
Struct to hold query results.
@type t() :: %Prestige.Result{ columns: [Prestige.ColumnDefinition.t()], presto_headers: list(), rows: list() }