书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 77740 个相关结果.
  • first

    first() function Empty tables Examples Related articles first() function The first() function selects the first non-null record from an input table. *Function type: Selec...
  • first

    first() Required Arguments Sample Usage first() The first aggregate allows you to get the value of one column as ordered by another. For example, first(temperature, time) wi...
  • first()

    first() 语法 参数 返回值 示例 first() 聚集函数 选择范围内第一条数据。 语法 first(field_name) 参数 参数名 参数类型 描述 是否必填 field_name string 字段名。 是 返回值 范围内指定字段的第一条数据。 示例 集合 foo.bar 中原始记录。 { ...
  • first

    first 签名: first(predicate: function, select: function) 发出第一个值或第一个通过给定表达式的值。 示例 示例 1: 序列中的第一个值 示例 2: 第一个通过 predicate 函数的值 示例 3: 使用可选的 projection 函数 示例 4: 利用默认值 其他资源 fir...
  • first()

    first() 语法 参数 返回值 示例 first() 聚集函数 选择范围内第一条数据。 语法 first(field_name) 参数 参数名 参数类型 描述 是否必填 field_name string 字段名。 是 返回值 范围内指定字段的第一条数据。 示例 集合 foo.bar 中原始记录。 { a...
  • first

    AggregateCommand.first(value: Expression): Object 参数 value: Expression 返回值 Object API 说明 示例代码 AggregateCommand.first(value: Expression): Object 支持端:小程序 2.7.4 起, 云函数 0.8....
  • First

    First 过滤操作符 first(Func1) firstOrDefault firstOrDefault(Func1) takeFirst single single(Func1) singleOrDefault singleOrDefault(T,Func1) First 只发射第一项(或者满足某个条件的第一项)数据 如...
  • first

    AggregateCommand .first(value: Expression ): Object 参数 value: Expression 返回值 Object API 说明 示例代码 AggregateCommand .first(value: Expression ): Object 支持端:小程序 2.7.4 , 云...
  • first()

    first() 语法 参数 返回值 示例 first() 聚集函数 选择范围内第一条数据。 语法 first(field_name) 参数 参数名 参数类型 描述 是否必填 field_name string 字段名。 是 返回值 范围内指定字段的第一条数据。 示例 集合 sample.employee 中原始...
  • first

    first signature: first(predicate: function, select: function) Emit the first value or first to pass provided expression. Examples Example 1: First value from sequence Example 2...