databend icon indicating copy to clipboard operation
databend copied to clipboard

feat(query): add jsonb builtin functions build_array and compare

Open b41sh opened this issue 2 years ago • 2 comments

I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/

Summary

add JSONB builtin functions build_array and compare

used by #7781 and #7786

b41sh avatar Sep 22 '22 06:09 b41sh

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
databend ✅ Ready (Inspect) Visit Preview Sep 24, 2022 at 8:21AM (UTC)

vercel[bot] avatar Sep 22 '22 06:09 vercel[bot]

We may also need a function to convert impl IntoIterator<Item=(&str, &[u8])> to bytes of Value::Object

andylokandy avatar Sep 22 '22 07:09 andylokandy