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 BitmapQuery
toString
in class java.lang.Object
public java.lang.String getAlias()
getAlias
in interface BitmapQuery
Copyright © 2012 The Apache Software Foundation