experimental.sum() 函数
experimental.sum()
随时可能更改。
experimental.sum()
返回每个输入表的 _value
列中非空值的总和。
函数类型签名
(<-tables: stream[{A with _value: B}]) => stream[{A with _value: B}] where B: Numeric
有关更多信息,请参阅函数类型签名。
参数
tables
输入数据。 默认为管道转发数据 (<-
)。
示例
返回每个输入表的总和
import "experimental"
import "sampledata"
sampledata.int()
|> experimental.sum()
此页内容是否有帮助?
感谢您的反馈!