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

All Known Implementing Classes:
FilterStringColumnInList, StringColumnInList

public interface IStringInExpr

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


Method Summary
 void setInListValues(byte[][] inVals)
           
 

Method Detail

setInListValues

void setInListValues(byte[][] inVals)


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