org.apache.hadoop.hive.ql.index.bitmap
Class BitmapOuterQuery

java.lang.Object
  extended by org.apache.hadoop.hive.ql.index.bitmap.BitmapOuterQuery
All Implemented Interfaces:
BitmapQuery

public class BitmapOuterQuery
extends Object
implements BitmapQuery

Representation of the outer query on bitmap indexes that JOINs the result of inner SELECT scans on bitmap indexes (represented in BitmapQuery objects) using EWAH_* bitwise operations


Constructor Summary
BitmapOuterQuery(String alias, BitmapQuery lhs, BitmapQuery rhs)
           
 
Method Summary
 String getAlias()
           
 String toString()
          Return a string representation of the query for compilation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BitmapOuterQuery

public BitmapOuterQuery(String alias,
                        BitmapQuery lhs,
                        BitmapQuery rhs)
Method Detail

getAlias

public String getAlias()
Specified by:
getAlias in interface BitmapQuery

toString

public String toString()
Return a string representation of the query for compilation

Specified by:
toString in interface BitmapQuery
Overrides:
toString in class Object


Copyright © 2014 The Apache Software Foundation. All rights reserved.