Standard functions allowed in JPQL: https://docs.jboss.org/hibernate/orm/4.3/devguide/en-US/html/ch11.html#ql-exp-functions
All these functions are supported by Ignite SQL, so can be used in queries. https://apacheignite-sql.readme.io/docs/numeric-functions https://apacheignite-sql.readme.io/docs/sql-function
Note that operands may contain other expressions, e.g. {{where upper length ( substring trim (h.author.name , )) > 0 and mod( length( trim( h.author.name) ) , 1 2 ) ) = 'A' 0 }} |
|