ChDriver.Result (ch_driver v0.1.1)

Copy Markdown

The result of executing a ChDriver.Query, returned from DBConnection.execute/3,4 via ChDriver.query/2,3.

Summary

Types

t()

@type t() :: %ChDriver.Result{
  columns: [{binary(), binary()}],
  num_rows: non_neg_integer(),
  rows: [[term()]]
}