public class ColumnPruner extends Transform
| Modifier and Type | Class and Description |
|---|---|
static class |
ColumnPruner.ColumnPrunerWalker
Walks the op tree in post order fashion (skips selects with file sink or
script op children).
|
| Modifier and Type | Field and Description |
|---|---|
protected ParseContext |
pGraphContext |
| Constructor and Description |
|---|
ColumnPruner()
empty constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ParseContext |
transform(ParseContext pactx)
Transform the query tree.
|
beginPerfLogging, endPerfLogging, endPerfLoggingprotected ParseContext pGraphContext
public ParseContext transform(ParseContext pactx) throws SemanticException
transform in class Transformpactx - the current parse contextSemanticExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.