You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add arrow operator metadata field verification
Adds Rust test equivalent for src/operators/->_test.sql lines 106-118.
Verifies that e -> 'selector' returns JSONB with 'i' (index) and 'v' (version) fields.
Part of legacy SQL test migration to Rust/SQLx framework.
0 commit comments