AWS Neptune error using whereby to filter

问题描述 投票:0回答:0

我正在尝试通过符号处理查询来获取此信息,但它给了我以下错误,出了什么问题?尝试遵循这个先前的问题:

g.V().outE('seg_1_of_2').as('p1r1').inV().as('dest1').V().outE('seg_cont').as('p1r2').\
where(eq('p1r2')).\
by('pid').\
by(select('p1r1').\
values('pid')).select('p1r1','`p1r2').limit(1)

输出:

“提供的开始没有映射到一个值: e[7ac38aeb-9ba6-3ed2-4b92-596bed8dea92][76c38ab1-3e97-3687-3c22-dd3713211df5-seg_continuing->82c38aad-d6c1-3e1e-1ca7-e85c92e959f9]->[SelectOneStep(last,p1cing_prorties),N ],value)]", "requestId": "d5b509e5-0ad2-40e1-8dc4-f15398804b24", "code": "InvalidParameterException"

gremlin amazon-neptune
© www.soinside.com 2019 - 2024. All rights reserved.