org.apache.expreval.expr.var
Class ByteColumn

java.lang.Object
  extended by org.apache.expreval.expr.var.GenericColumn<NumberValue>
      extended by org.apache.expreval.expr.var.ByteColumn
All Implemented Interfaces:
Serializable, GenericValue, NumberValue

public class ByteColumn
extends GenericColumn<NumberValue>
implements NumberValue

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Constructor Summary
ByteColumn(ColumnAttrib attrib)
           
 
Method Summary
 Byte getValue(HConnectionImpl conn, Object object)
           
 
Methods inherited from class org.apache.expreval.expr.var.GenericColumn
applyResultToAggregateValue, asString, getColumnAttrib, getExpressionContext, getFieldType, getFilter, getOptimizedValue, getVariableName, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext, validateTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.expreval.expr.node.GenericValue
applyResultToAggregateValue, asString, getFilter, getOptimizedValue, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext, validateTypes
 

Constructor Detail

ByteColumn

public ByteColumn(ColumnAttrib attrib)
Method Detail

getValue

public Byte getValue(HConnectionImpl conn,
                     Object object)
              throws HBqlException,
                     ResultMissingColumnException,
                     NullColumnValueException
Specified by:
getValue in interface GenericValue
Specified by:
getValue in interface NumberValue
Throws:
HBqlException
ResultMissingColumnException
NullColumnValueException


Copyright © 2011. All Rights Reserved.