org.apache.expreval.expr.node
Interface FloatValue

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

public interface FloatValue
extends NumberValue


Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Method Summary
 Float 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

Float 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.