prestige v2.0.0 Prestige.Result View Source

Struct to hold query results.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Prestige.Result{
  columns: [Prestige.ColumnDefinition.t()],
  presto_headers: list(),
  rows: list()
}

Link to this section Functions

Link to this function

as_maps(result)

View Source
as_maps(t()) :: [%{required(String.t()) => term()}]