You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@nifi.apache.org by dan young <da...@gmail.com> on 2018/10/26 20:45:38 UTC

Available SQL fn in QueryRecord??

Hello,

Is there a list or somewhere we can find all the available SQL functions
available in QueryRecord?

Regards

Dano

Re: Available SQL fn in QueryRecord??

Posted by Koji Kawamura <ij...@gmail.com>.
Hi Dano,

Since QueryRecord uses Apache Calcite, it should support SQL functions
supported by Calcite.
Please check Calcite documentation.
https://calcite.apache.org/docs/reference.html#arithmetic-operators-and-functions

Thanks,
Koji
On Sat, Oct 27, 2018 at 5:45 AM dan young <da...@gmail.com> wrote:
>
> Hello,
>
> Is there a list or somewhere we can find all the available SQL functions available in QueryRecord?
>
> Regards
>
> Dano