public class Optimizer extends Object
| Constructor and Description |
|---|
Optimizer() |
| Modifier and Type | Method and Description |
|---|---|
ParseContext |
getPctx() |
void |
initialize(HiveConf hiveConf)
Create the list of transformations.
|
ParseContext |
optimize()
Invoke all the transformations one-by-one, and alter the query plan.
|
void |
setPctx(ParseContext pctx) |
public void initialize(HiveConf hiveConf)
hiveConf - public ParseContext optimize() throws SemanticException
SemanticExceptionpublic ParseContext getPctx()
public void setPctx(ParseContext pctx)
pctx - the pctx to setCopyright © 2019 The Apache Software Foundation. All Rights Reserved.