gmail source

gmail.send_as

pass

Gmail send-as aliases configured for the mailbox.

Use this table to inspect sender aliases and default reply behavior for

no filters captured 2026-09-01 13:47:10Zmedian 6990 ms
Verdict: TRUE

All variants returned rows on ≥2 of 3 trials, 0 errors.

rendering…

Summary

VariantTrialsMinMedianMaxRow countsErrors
minimal26962 ms6990 ms7019 ms[2, 2]0
list26985 ms6994 ms7003 ms[2, 2]0
filter-primary26999 ms7032 ms7065 ms[2, 2]0
json-extract27279 ms7283 ms7287 ms[2, 2]0
aggregate26992 ms7045 ms7098 ms[2, 2]0
edge27014 ms7043 ms7072 ms[2, 2]0

Latency per trial

minimalmedian 6990ms
t16962mst27019ms
scale: 0–7019 ms
listmedian 6994ms
t16985mst27003ms
scale: 0–7003 ms
filter-primarymedian 7032ms
t17065mst26999ms
scale: 0–7065 ms
json-extractmedian 7283ms
t17279mst27287ms
scale: 0–7287 ms
aggregatemedian 7045ms
t16992mst27098ms
scale: 0–7098 ms
edgemedian 7043ms
t17072mst27014ms
scale: 0–7072 ms

Probe variants — every command + output

minimal2 trials
min 6962ms · median 6990ms · max 7019ms · rows 2,2

smallest query

Command
SELECT send_as_email, display_name, is_primary FROM gmail.send_as LIMIT 1
Trials + output
trial 1·6962ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+--------------+------------+": "+----------------------+--------------+------------+"
}
columns (1)
+----------------------+--------------+------------+
trial 2·7019ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+--------------+------------+": "+----------------------+--------------+------------+"
}
columns (1)
+----------------------+--------------+------------+
list2 trials
min 6985ms · median 6994ms · max 7003ms · rows 2,2

all send-as aliases

Command
SELECT send_as_email, display_name, is_primary, verification_status FROM gmail.send_as LIMIT 25
Trials + output
trial 1·6985ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+--------------+------------+---------------------+": "+----------------------+--------------+------------+---------------------+"
}
columns (1)
+----------------------+--------------+------------+---------------------+
trial 2·7003ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+--------------+------------+---------------------+": "+----------------------+--------------+------------+---------------------+"
}
columns (1)
+----------------------+--------------+------------+---------------------+
filter-primary2 trials
min 6999ms · median 7032ms · max 7065ms · rows 2,2

primary aliases

Command
SELECT send_as_email, display_name FROM gmail.send_as WHERE is_primary = true LIMIT 25
Trials + output
trial 1·7065ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+--------------+": "+----------------------+--------------+"
}
columns (1)
+----------------------+--------------+
trial 2·6999ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+--------------+": "+----------------------+--------------+"
}
columns (1)
+----------------------+--------------+
json-extract2 trials
min 7279ms · median 7283ms · max 7287ms · rows 2,2

typed JSON

Command
SELECT send_as_email, json_as_text(raw, 'sendAsEmail') AS raw_email FROM gmail.send_as LIMIT 5
Trials + output
trial 1·7279ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+----------------------+": "+----------------------+----------------------+"
}
columns (1)
+----------------------+----------------------+
trial 2·7287ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+----------------------+": "+----------------------+----------------------+"
}
columns (1)
+----------------------+----------------------+
aggregate2 trials
min 6992ms · median 7045ms · max 7098ms · rows 2,2

send-as totals

Command
SELECT COUNT(*) AS n, COUNT(DISTINCT is_primary) AS distinct_primary FROM gmail.send_as
Trials + output
trial 1·6992ms·rows 2isError=false
First row (click to expand JSON)
{
  "+---+------------------+": "+---+------------------+"
}
columns (1)
+---+------------------+
trial 2·7098ms·rows 2isError=false
First row (click to expand JSON)
{
  "+---+------------------+": "+---+------------------+"
}
columns (1)
+---+------------------+
edge2 trials
min 7014ms · median 7043ms · max 7072ms · rows 2,2

edge: larger limit

Command
SELECT send_as_email, display_name FROM gmail.send_as LIMIT 200
Trials + output
trial 1·7072ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+--------------+": "+----------------------+--------------+"
}
columns (1)
+----------------------+--------------+
trial 2·7014ms·rows 2isError=false
First row (click to expand JSON)
{
  "+----------------------+--------------+": "+----------------------+--------------+"
}
columns (1)
+----------------------+--------------+

All returned rowsacross all non-errored trials · filterable · paginated

24 rows stored · 48 returned · page 1/1
-10+----------------------+--------------+------------+
01+----------------------+--------------+------------+
12+----------------------+--------------+------------+
23+----------------------+--------------+------------+
-14+----------------------+--------------+------------+---------------------+
05+----------------------+--------------+------------+---------------------+
16+----------------------+--------------+------------+---------------------+
27+----------------------+--------------+------------+---------------------+
-18+----------------------+--------------+
09+----------------------+--------------+
110+----------------------+--------------+
211+----------------------+--------------+
-112+----------------------+----------------------+
013+----------------------+----------------------+
114+----------------------+----------------------+
215+----------------------+----------------------+
-116+---+------------------+
017+---+------------------+
118+---+------------------+
219+---+------------------+
-120+----------------------+--------------+
021+----------------------+--------------+
122+----------------------+--------------+
223+----------------------+--------------+

Column profile

1 columns actually returned by coral. Catalog claims no required filters. Click a column to drill in.

#ColumnInferred typeNon-nullNullsSample value(s)
1+----------------------+--------------+------------+string420"+----------------------+--------------+------------+"

Trial comparison

Variant / comboTrial #LatencyRowsStatusFirst key returned
minimalt16962ms2ok+----------------------+--------------+------------+
minimalt27019ms2ok+----------------------+--------------+------------+
listt16985ms2ok+----------------------+--------------+------------+---------------------+
listt27003ms2ok+----------------------+--------------+------------+---------------------+
filter-primaryt17065ms2ok+----------------------+--------------+
filter-primaryt26999ms2ok+----------------------+--------------+
json-extractt17279ms2ok+----------------------+----------------------+
json-extractt27287ms2ok+----------------------+----------------------+
aggregatet16992ms2ok+---+------------------+
aggregatet27098ms2ok+---+------------------+
edget17072ms2ok+----------------------+--------------+
edget27014ms2ok+----------------------+--------------+

Catalog vs. response schemaclaimed guide vs columns coral actually returned

Catalog guide (verbatim)
Use this table to inspect sender aliases and default reply behavior for
Columns coral returned (1)
+----------------------+--------------+------------+
Probed by bld-dabqr1nqj5pc73dgn3h0-676t6 at 2026-09-01T13:47:10Z
JSON record: reports/gmail/tables/send_as.json
first_run_at: 2026-09-01T13:47:10Z
last_retried_at: 2026-09-01T13:47:10Z
retry_count: 1
View version history →