修改密码

请输入密码
请输入密码 请输入8-64长度密码 和 email 地址不相同 至少包括数字、大写字母、小写字母、半角符号中的 3 个
请输入密码
提交

修改昵称

当前昵称:
提交

申请证书

证书详情

Please complete this required field.

  • Ultipa Graph V4

Standalone

Please complete this required field.

Please complete this required field.

服务器的MAC地址

Please complete this required field.

Please complete this required field.

取消
申请
ID
产品
状态
核数
申请天数
审批时间
过期时间
MAC地址
申请理由
审核信息
关闭
基础信息
  • 用户昵称:
  • 手机号:
  • 公司名称:
  • 公司邮箱:
  • 地区:
  • 语言:
修改密码
申请证书

当前未申请证书.

申请证书
Certificate Issued at Valid until Serial No. File
Serial No. Valid until File

Not having one? Apply now! >>>

ProductName CreateTime ID Price File
ProductName CreateTime ID Price File

No Invoice

搜索
    中文

      collect()

      聚合函数 collect() 可以将一个别名的各行数据放入一个数组,并返回该数组。聚合之后该别名及其所有同源别名只保留一行数据,其他行舍弃。

      Arguments:

      • 任意值 <any>,点、边取 UUID,路径取行号(从 0 开始),表格取行内元素构成的数组

      Returns:

      • 数组 <array>

      收集 ATTR

      示例:查询 10 个点,收集它们的 schema

      find().nodes([1,2,3,4,5,6,7,8,9,10]) as n
      return collect(n.@)
      

      收集 NODE

      示例:查询 10 个 @product 点,收集它们的 UUID

      find().nodes({@product}) as n
      limit 10
      return collect(n)
      

      收集 EDGE

      示例:查询 10 个 @transfer 边,收集它们的 UUID

      find().edges({@transfer}) as e
      limit 10
      return collect(e)
      

      收集 ARRAY

      示例:查找从银行卡 CA001 出发的三步路径,计算每条路径的点集,再收集这些点集

      n({_id == "CA001"}).e()[3].n() as p
      with pnodes(p) as a
      return collect(a)
      
      请完成以下信息后可下载此书
      *
      公司名称不能为空
      *
      公司邮箱必须填写
      *
      你的名字必须填写
      *
      你的电话必须填写
      *
      你的电话必须填写