We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8ddfb9 + 952ff01 commit dd357bcCopy full SHA for dd357bc
sql-jdbc/src/TableauConnector/opensearch_sql_jdbc/dialect.tdd
@@ -174,6 +174,14 @@
174
<argument type='datetime' />
175
176
</function>
177
+ <function group='numeric' name='CEILING' return-type='int'>
178
+ <formula>CEIL(%1)</formula>
179
+ <argument type='real' />
180
+ </function>
181
+ <function group='numeric' name='FLOOR' return-type='int'>
182
+ <formula>FLOOR(%1)</formula>
183
184
185
186
<function group='date' name='DAYOFYEAR' return-type='int'>
187
<formula>DAY_OF_YEAR(%1)</formula>
0 commit comments