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

Function compact_happy

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

Source from the content-addressed store, hash-verified

198
199#[test]
200fn compact_happy() {
201 let p = plan_one("SELECT ARRAY_COMPACT('g')").unwrap();
202 assert!(matches!(p, SqlPlan::ArrayCompact { .. }));
203}
204
205#[test]
206fn flush_unknown_array_rejected() {

Callers

nothing calls this directly

Calls 1

plan_oneFunction · 0.85

Tested by

no test coverage detected