|
Change Variable Type subResult : Iterable<OIdentifiable> to subResult : Iterable<OResultInternal> in method protected executeTraversal(iCommandContext OCommandContext, item OMatchPathItem, startingPoint OIdentifiable, depth int) : Iterable<OResultInternal> in class com.orientechnologies.orient.core.sql.executor.MatchEdgeTraverser |
From |
To |
|
Change Variable Type nextElement : OIdentifiable to next : OResultInternal in method public next(ctx OCommandContext) : OResult in class com.orientechnologies.orient.core.sql.executor.OptionalMatchEdgeTraverser |
From |
To |
|
Change Variable Type i : OIdentifiable to i : OResultInternal in method protected executeTraversal(iCommandContext OCommandContext, item OMatchPathItem, startingPoint OIdentifiable, depth int) : Iterable<OResultInternal> in class com.orientechnologies.orient.core.sql.executor.MatchEdgeTraverser |
From |
To |
|
Change Variable Type result : Set<OIdentifiable> to result : Set<OResultInternal> in method protected executeTraversal(iCommandContext OCommandContext, item OMatchPathItem, startingPoint OIdentifiable, depth int) : Iterable<OResultInternal> in class com.orientechnologies.orient.core.sql.executor.MatchEdgeTraverser |
From |
To |