org.apache.hadoop.hive.ql.exec.vector.expressions
Class FilterConstantBooleanVectorExpression

java.lang.Object
  extended by org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
      extended by org.apache.hadoop.hive.ql.exec.vector.expressions.ConstantVectorExpression
          extended by org.apache.hadoop.hive.ql.exec.vector.expressions.FilterConstantBooleanVectorExpression
All Implemented Interfaces:
Serializable

public class FilterConstantBooleanVectorExpression
extends ConstantVectorExpression

See Also:
Serialized Form

Constructor Summary
FilterConstantBooleanVectorExpression()
           
FilterConstantBooleanVectorExpression(long value)
           
 
Method Summary
 void evaluate(VectorizedRowBatch vrg)
          This is the primary method to implement expression logic.
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.ConstantVectorExpression
getBytesValue, getDescriptor, getDoubleValue, getLongValue, getOutputColumn, getType, getTypeString, setBytesValue, setDecimalValue, setDoubleValue, setLongValue, setOutputColumn, setOutputType, setType, setTypeString
 
Methods inherited from class org.apache.hadoop.hive.ql.exec.vector.expressions.VectorExpression
getChildExpressions, getInputTypes, getOutputType, setChildExpressions, setInputTypes, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FilterConstantBooleanVectorExpression

public FilterConstantBooleanVectorExpression()

FilterConstantBooleanVectorExpression

public FilterConstantBooleanVectorExpression(long value)
Method Detail

evaluate

public void evaluate(VectorizedRowBatch vrg)
Description copied from class: VectorExpression
This is the primary method to implement expression logic.

Overrides:
evaluate in class ConstantVectorExpression


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