public class Printer extends Object
Constructor and Description |
---|
Printer() |
Modifier and Type | Method and Description |
---|---|
static String |
print_plan(Tree e,
int n,
boolean pv)
print a physical plan
|
static String |
print_query(Tree e) |
static String |
print_type(Tree tp) |
(package private) static String |
print(MRData x,
Tree type)
An MRData printer based on type information
|
static Tree |
reify(MRData x,
Tree type)
given an MRData value, construct an expression that builds this data
|
Copyright © 2013 The Apache Software Foundation. All rights reserved.