|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HQLContextInterface
HQL context holding the ql expressions
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||