|
Change Variable Type result : List<Object> to result : List<OResultInternal> in method protected traversePatternEdge(startingPoint OIdentifiable, iCommandContext OCommandContext) : Iterable<OResultInternal> in class com.orientechnologies.orient.core.sql.executor.MatchMultiEdgeTraverser |
From |
To |
|
Change Variable Type origin : OIdentifiable to origin : OResultInternal in method protected executeTraversal(iCommandContext OCommandContext, item OMatchPathItem, startingPoint OIdentifiable, depth int, pathToHere List<OIdentifiable>) : Iterable<OResultInternal> in class com.orientechnologies.orient.core.sql.executor.MatchEdgeTraverser |
From |
To |
|
Change Variable Type rightSide : List<Object> to rightSide : List<OResultInternal> in method protected traversePatternEdge(startingPoint OIdentifiable, iCommandContext OCommandContext) : Iterable<OResultInternal> in class com.orientechnologies.orient.core.sql.executor.MatchMultiEdgeTraverser |
From |
To |
|
Change Variable Type queryResult : Iterable<OIdentifiable> to queryResult : Iterable<OResultInternal> in method protected executeTraversal(iCommandContext OCommandContext, item OMatchPathItem, startingPoint OIdentifiable, depth int, pathToHere List<OIdentifiable>) : Iterable<OResultInternal> in class com.orientechnologies.orient.core.sql.executor.MatchEdgeTraverser |
From |
To |