MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / elementwise_happy

Function elementwise_happy

nodedb-sql/src/planner/array_fn/tests.rs:183–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

181
182#[test]
183fn elementwise_happy() {
184 let p = plan_one("SELECT * FROM ARRAY_ELEMENTWISE('left', 'right', 'add', 'qual')").unwrap();
185 assert!(matches!(p, SqlPlan::ArrayElementwise { .. }));
186}
187
188#[test]
189fn elementwise_unknown_op_rejected() {

Callers

nothing calls this directly

Calls 1

plan_oneFunction · 0.85

Tested by

no test coverage detected