Example #1
0
 @Override
 public <C, R> R accept(PlanVisitor<C, R> visitor, C context) {
   return visitor.visitESIndexNode(this, context);
 }