Returns the latest output from a cascade cell
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| cascade_id | VARCHAR | — |
| cell_name | VARCHAR | — |
latest returns either a stored payload or a structured error object
SELECT
latest ('semantic_matches', 'evaluate') IS NOT NULL AS has_resultBayesian A/B test (Beta-Binomial) returning full posterior + recommendation
Assess the confidence/quality of a cascade execution result.
Compare values in a group for similarities, differences, and patterns
Generate the strongest counterargument to a position
Differentially-private count (Laplace mechanism, sensitivity=1)
Differentially-private mean (Laplace mechanism)
Returns the latest output from a cascade cell
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| cascade_id | VARCHAR | — |
| cell_name | VARCHAR | — |
latest returns either a stored payload or a structured error object
SELECT
latest ('semantic_matches', 'evaluate') IS NOT NULL AS has_resultBayesian A/B test (Beta-Binomial) returning full posterior + recommendation
Assess the confidence/quality of a cascade execution result.
Compare values in a group for similarities, differences, and patterns
Generate the strongest counterargument to a position
Differentially-private count (Laplace mechanism, sensitivity=1)
Differentially-private mean (Laplace mechanism)