org.apache.hadoop.hive.ql.exec.vector.expressions
Interface ILongInExpr

All Known Implementing Classes:
FilterLongColumnInList, LongColumnInList

public interface ILongInExpr

Interface used for both filter and non-filter versions of IN to simplify VectorizationContext code.


Method Summary
 void setInListValues(long[] inVals)
           
 

Method Detail

setInListValues

void setInListValues(long[] inVals)


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