org.apache.expreval.expr.node
Interface LongValue

All Superinterfaces:
GenericValue, NumberValue, Serializable
All Known Implementing Classes:
LongLiteral

public interface LongValue
extends NumberValue


Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Method Summary
 Long getValue(HConnectionImpl connection, Object object)
           
 
Methods inherited from interface org.apache.expreval.expr.node.GenericValue
applyResultToAggregateValue, asString, getFilter, getOptimizedValue, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext, validateTypes
 

Method Detail

getValue

Long getValue(HConnectionImpl connection,
              Object object)
              throws HBqlException
Specified by:
getValue in interface GenericValue
Specified by:
getValue in interface NumberValue
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.