PhoenixLens.Result (phoenix_lens v0.1.3)

Copy Markdown View Source

A policy-applied query result. There is no unmasked variant.

Summary

Types

t()

@type t() :: %PhoenixLens.Result{
  columns: [String.t()],
  database_id: String.t(),
  duration_ms: non_neg_integer(),
  masked_columns: [String.t()],
  num_rows: non_neg_integer(),
  rows: [[term()]],
  sql: String.t() | nil,
  truncated: boolean()
}

Functions

display_cell(d)

redacted_label()