Hi Community,

I have been searching and trying Calcite's query syntax to match
CALCITE-3272 <https://jira.apache.org/jira/browse/CALCITE-3272> (TUBME as a
table function call).

Currently, the closest syntax in Calcite I found is:

FROM TABLE(TUMBLE(params...))

The better syntax should be:

FROM TUMBLE(params..), which basically is the form of FROM
table_function_name(params...).



Is the second option already supported by Calcite? if not, would it be
better to go to support it?


-Rui

Reply via email to