Shortest path between two nodes on an ad-hoc edge list (NetworkX)
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| edges | JSON | — |
| source | VARCHAR | — |
| target | VARCHAR | — |
Shortest path A→D picks the weighted route via B+C (length 6)
SELECT
shortest_path (
JSON(
'[["A","B",2],["B","C",3],["A","C",10],["C","D",1]]'
),
'A',
'D'
);Bayesian 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)
Shortest path between two nodes on an ad-hoc edge list (NetworkX)
Per-row — runs once for each row.
| name | type | description |
|---|---|---|
| edges | JSON | — |
| source | VARCHAR | — |
| target | VARCHAR | — |
Shortest path A→D picks the weighted route via B+C (length 6)
SELECT
shortest_path (
JSON(
'[["A","B",2],["B","C",3],["A","C",10],["C","D",1]]'
),
'A',
'D'
);Bayesian 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)