VIEW.VERIFYVerify a view and report member/byte statistics.
| Syntax | VIEW.VERIFY name |
| Group | view |
| Arity | 2 |
| Since | 3.0.0 |
| Flags | readonly, extension |
| Complexity | materialized: O(M). virtual: O(sum over leaves of (log N + leaf range) + M) — a full fresh evaluation just to report cardinality, which is the one place a virtual view is the expensive one |
| Redis compatibility | kevy-only |