QuackDB.Meta.Column (quackdb v0.5.3)

Copy Markdown View Source

A row from DuckDB's pragma_table_info table function.

Summary

Types

t()

@type t() :: %QuackDB.Meta.Column{
  cid: integer() | nil,
  dflt_value: String.t() | nil,
  name: String.t() | nil,
  notnull: boolean() | nil,
  pk: boolean() | nil,
  type: String.t() | nil
}