【发布时间】:2021-11-21 12:57:25
【问题描述】:
binomial_cdf(numberOfTrials, successProbability, value) → double 在 Presto 的当前版本中可用,但在 0.217 版本中不可用
有什么办法可以将这个函数的实现复制到我的sql代码中?
背景:
- 当前https://prestodb.io/docs/current/functions/math.html
- 0.217https://prestodb.io/docs/0.217/functions/math.html
Athena 引擎版本 2 基于 Presto 0.217。
【问题讨论】:
标签: amazon-athena presto