How to use LEAST function in Calcite SQL with Apache Beam

后端 未结 0 454
轮回少年
轮回少年 2021-02-09 06:51

I\'m trying to call the LEAST function in Calcite SQL in my Apache Beam pipeline:

...
,LEAST(12.5 + (25 * Quartile), 100) AS PlayedPercentage
...

相关标签:
回答
  • 消灭零回复
提交回复
热议问题