public class BitmapInnerQuery extends java.lang.Object implements BitmapQuery
| Constructor and Description |
|---|
BitmapInnerQuery(java.lang.String tableName,
ExprNodeDesc predicate,
java.lang.String alias) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAlias()
Return the assigned alias of the SELECT statement
|
java.lang.String |
toString()
Return a string representation of the query string for compilation
|
public BitmapInnerQuery(java.lang.String tableName,
ExprNodeDesc predicate,
java.lang.String alias)
public java.lang.String toString()
toString in interface BitmapQuerytoString in class java.lang.Objectpublic java.lang.String getAlias()
getAlias in interface BitmapQueryCopyright © 2012 The Apache Software Foundation