【发布时间】:2021-03-26 22:19:28
【问题描述】:
g.V()
.has('atom', '_value', 'red').fold()
.coalesce(unfold(), addV('atom').property('_value', 'red')).as('atom')
.out('view').has('view', '_name', 'color').fold()
.coalesce(unfold(), addE('view').from('atom').to(addV('view').property('_name', 'color')))
给我一个错误:
The provided traverser does not map to a value: []->[SelectOneStep(last,atom)] (597)
什么意思?
【问题讨论】:
标签: database cassandra gremlin janusgraph scylla