Exduckdb.Result (Exduckdb v0.9.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %Exduckdb.Result{
  columns: [String.t()] | nil,
  command: atom(),
  num_rows: integer(),
  rows: [[term()] | term()] | nil
}

Link to this section Functions