版本

# neighbour_v2

用于存储图中指定起点的邻居结构。

【可被接口直接返回】


参数列表 类型 描述 是否可空 默认值 示例 备注
message string 消息 "" "OK."
status i32 状态码 0 0 状态码说明
cost_time double 耗时 0 0.01
nodes vector<map<int32_t, set<int32_t>>> 节点ID列表 [] [1:[2]]
  • key: 每层起点ID
  • value: 邻居节点ID
types map<int32_t,int8_t> 所有节点 {} {12:'1'}
  • key: 节点ID
  • value: 类型
node_type_mapping vector<string> 节点类型 [] ["person"]
最近一次更新时间: 4/8/2022, 6:51:41 AM