SnowflakeEx.Result (snowflake_elixir v0.1.0) View Source

Link to this section Summary

Link to this section Types

Specs

t() :: %SnowflakeEx.Result{
  columns: nil | [String.t()],
  messages: [map()],
  metadata: [map()],
  num_rows: integer(),
  rows: [tuple()],
  statement: nil | String.t()
}