abhishekrb19 commented on issue #14346: URL: https://github.com/apache/druid/issues/14346#issuecomment-1581876227
>I'm wondering for ROUTINE_TYPE, what does the FUNCTION_STAR or POSTFIX mean? @FrankChen021, please see the updated description -- the `ROUTINE_TYPE` column will always be `FUNCTION`. Earlier, I thought we could return `FUNCTION_STAR`, `FUNCTION_ID`, `SPECIAL`, etc. -- information extracted from Calcite's [SqlSyntax](https://calcite.apache.org/javadocAggregate/org/apache/calcite/sql/SqlSyntax.html) for an operator. However, those Calcite enums are not very useful, IMO. So we filter only for these Calcite function syntaxes and always return `FUNCTION` for the `ROUTINE_TYPE` column. Let me know if that makes sense. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
