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