public abstract class UnionHQLContext extends Object implements HQLContextInterface
| Constructor and Description | 
|---|
| UnionHQLContext() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getFrom()Get from string | 
| String | getGroupby()Get groupby string | 
| String | getHaving()Get having string | 
| Integer | getLimit()Get limit | 
| String | getOrderby()Get orderby string | 
| String | getSelect()Get select expression. | 
| String | getWhere()Get where string | 
| String | toHQL()Get the HQL query. | 
public String toHQL() throws org.apache.hadoop.hive.ql.parse.SemanticException
HQLContextInterfacetoHQL in interface HQLContextInterfaceorg.apache.hadoop.hive.ql.parse.SemanticExceptionpublic String getSelect()
HQLContextInterfacegetSelect in interface HQLContextInterfacepublic String getFrom()
HQLContextInterfacegetFrom in interface HQLContextInterfacepublic String getWhere()
HQLContextInterfacegetWhere in interface HQLContextInterfacepublic String getGroupby()
HQLContextInterfacegetGroupby in interface HQLContextInterfacepublic String getHaving()
HQLContextInterfacegetHaving in interface HQLContextInterfacepublic String getOrderby()
HQLContextInterfacegetOrderby in interface HQLContextInterfacepublic Integer getLimit()
HQLContextInterfacegetLimit in interface HQLContextInterfaceCopyright © 2014–2015 Apache Software Foundation. All rights reserved.