public class DisplayExamples extends Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX_DATAATOM_LENGTH |
Constructor and Description |
---|
DisplayExamples() |
Modifier and Type | Method and Description |
---|---|
static void |
printSimple(Operator op,
LogicalPlan lp,
Map<Operator,DataBag> exampleData) |
static String |
printTabular(LogicalPlan lp,
Map<Operator,DataBag> exampleData,
Map<LOForEach,Map<LogicalRelationalOperator,DataBag>> forEachInnerLogToDataMap) |
public static final int MAX_DATAATOM_LENGTH
public static String printTabular(LogicalPlan lp, Map<Operator,DataBag> exampleData, Map<LOForEach,Map<LogicalRelationalOperator,DataBag>> forEachInnerLogToDataMap) throws FrontendException
FrontendException
public static void printSimple(Operator op, LogicalPlan lp, Map<Operator,DataBag> exampleData)
Copyright © 2007-2017 The Apache Software Foundation