Re: Condition where-inV-is does not work
HadoopMarc <bi...@...>
Hi Anton, To compare objects you need the eq() predicate, not the is() step (see https://tinkerpop.apache.org/docs/current/reference/#a-note-on-predicates). Also note that JanusGraph uses RelationIdentifier objects as id's. So, give the following a try (not tested): g.V(110792).as('a').V(41099392).outE('LINK').where(inV().eq('a')) Best wishes, Marc Op woensdag 16 december 2020 om 10:03:33 UTC+1 schreef Anton Eroshenko:
|
|