Cerbero.Snapshot.Table (cerbero v0.1.0)

Copy Markdown View Source

One table's decoded catalog metadata: stats, columns, indexes, constraints.

Summary

Types

t()

@type t() :: %Cerbero.Snapshot.Table{
  columns: term(),
  constraints: term(),
  heap_bytes: term(),
  idx_scan: term(),
  indexes: term(),
  last_analyze: term(),
  last_autoanalyze: term(),
  n_live_tup: term(),
  n_tup_del: term(),
  n_tup_ins: term(),
  n_tup_upd: term(),
  name: term(),
  partition_of: term(),
  partitioned: term(),
  relpages: term(),
  reltuples: term(),
  schema: term(),
  seq_scan: term(),
  total_bytes: term()
}