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

All Known Implementing Classes:
DoubleColumnInList, FilterDoubleColumnInList

public interface IDoubleInExpr

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


Method Summary
 void setInListValues(double[] inVals)
           
 

Method Detail

setInListValues

void setInListValues(double[] inVals)


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