ilovesoup / hyracks

Automatically exported from code.google.com/p/hyracks
Apache License 2.0
0 stars 0 forks source link

simplify call to PlanPrettyPrinter.printPlan #83

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Current call is:
PlanPrettyPrinter.printPlan(translatorPig.getPlan(), buffer, new 
LogicalOperatorPrettyPrintVisitor(), 2);

Can it be simplified?

Original issue reported on code.google.com by ker...@gmail.com on 15 Aug 2012 at 10:06