public interface HQLContextInterface
| 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. | 
String toHQL() throws org.apache.hadoop.hive.ql.parse.SemanticException
org.apache.hadoop.hive.ql.parse.SemanticExceptionString getSelect()
String getFrom()
String getWhere()
String getGroupby()
String getHaving()
String getOrderby()
Integer getLimit()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.