sqlg
sqlg copied to clipboard
Optimize `not`
NotStep
is currently optimized as a barrier step.
Need to optimize it fully for simple cases.
g.V().hasLabel('Person').not(outE('linked'))
This should be fully optimized into one query.