()
| 192 | |
| 193 | #[test] |
| 194 | fn flush_happy() { |
| 195 | let p = plan_one("SELECT ARRAY_FLUSH('g')").unwrap(); |
| 196 | assert!(matches!(p, SqlPlan::ArrayFlush { .. })); |
| 197 | } |
| 198 | |
| 199 | #[test] |
| 200 | fn compact_happy() { |
nothing calls this directly
no test coverage detected