feat(function): support length function for Array & Array<T>#5274
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
|
Take the reviewer to sundy-li @b41sh |
|
Thanks for the contribution! Please review the labels and make any necessary changes. |
|
/help |
|
/assignme -- assign the issue to you |
|
/review @sundy-li |
|
Take the reviewer to sundy-li |
|
Take the reviewer to sundy-li @b41sh |
|
/review @b41sh |
|
Take the reviewer to b41sh |
069a725 to
65da748
Compare
| use crate::scalars::FunctionFeatures; | ||
|
|
||
| #[derive(Clone)] | ||
| pub struct VariantArrayLengthFunction { |
There was a problem hiding this comment.
name it as VariantLengthFunction is better, as Variant contains VariantArray type
There was a problem hiding this comment.
But I don't support the Variant except for VariantArray. It depends on whether we support it.
clickhouse's jsonLength
65da748 to
b3ddecf
Compare
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
provide
lengthfunction for Array & Array<T>Changelog
Related Issues
Fixes #5225