Update argmin.md

This commit is contained in:
Vladimir Goncharov 2021-10-21 15:21:33 +03:00 committed by GitHub
parent 3afb070b15
commit a48da62949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,6 @@ toc_priority: 105
计算 `val` 最小值对应的 `arg` 值。 如果 `val` 最小值存在几个不同的 `arg` 值,输出遇到的第一个(`arg`)值。
这个函数的Tuple版本将返回 `val` 最小值对应的tuple。本函数适合和`SimpleAggregateFunction`搭配使用。
**示例:**
输入表: