gradoop icon indicating copy to clipboard operation
gradoop copied to clipboard

Plan ProjectVertex/Edge if there is only a label predicate

Open s1ck opened this issue 8 years ago • 0 comments
trafficstars

If the label predicate is the only predicate for a query vertex/edge, we don't need to run FilterAndProjectVertices / FilterAndProjectEdges but rather ProjectVertices / ProjectEdges since #671 pushes the predicate to the graph layout

s1ck avatar Aug 21 '17 15:08 s1ck