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

Function arrow_lowers_to_pg_json_get

nodedb-sql/src/resolver/expr/tests.rs:326–328  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324
325#[test]
326fn arrow_lowers_to_pg_json_get() {
327 assert_json_fn("SELECT data->'key' FROM t", "pg_json_get");
328}
329
330#[test]
331fn long_arrow_lowers_to_pg_json_get_text() {

Callers

nothing calls this directly

Calls 1

assert_json_fnFunction · 0.85

Tested by

no test coverage detected