修改密码

请输入密码
请输入密码 请输入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

用 group by 对某列数组进行分组,返回的数组列不正确

回答此问题
未解决
wanyisun2022-04-20
uql:

n(1).e()[:2].n(3) as p
with pnodes(p) as array
group by array
return array, count(array)

返回的数组列array变成了数字了
分组groupby数组

1 个回答

  • 0 点赞

    您的 uql 中 group by 的分组依据 array 是数组类型,目前的 uql 版本还不支持这种分组方式。

    不光是 pnodes() 的结果,像 pedges(), table(), intersection(), difference() 这些返回函数,他们返回的数据列中每一行都是数组格式,也都不能作为作为分组依据。

    我们会在这种情况下添加系统报错。

    Ultipa Admin 2022-04-20
    添加评论...

    取消
    提交

你的回答:

提交
取消