org.opencypher.gremlin.translation.ir.rewrite
This rule removes select steps that immediately follow an as step with the same label. Since the expected value is already in the traverser, this is a useless operation. This rewrite also enables some cases of RemoveUnusedAliases rewrites.
select
as
This rule removes
selectsteps that immediately follow anasstep with the same label. Since the expected value is already in the traverser, this is a useless operation. This rewrite also enables some cases of RemoveUnusedAliases rewrites.