org.apache.expreval.expr.betweenstmt
Class ByteBetweenStmt

java.lang.Object
  extended by org.apache.expreval.expr.GenericExpression
      extended by org.apache.expreval.expr.DelegateStmt<T>
          extended by org.apache.expreval.expr.NotValue<GenericBetweenStmt>
              extended by org.apache.expreval.expr.betweenstmt.GenericBetweenStmt
                  extended by org.apache.expreval.expr.betweenstmt.ByteBetweenStmt
All Implemented Interfaces:
Serializable, BooleanValue, GenericValue

public class ByteBetweenStmt
extends GenericBetweenStmt

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.expreval.expr.betweenstmt.GenericBetweenStmt
GenericBetweenStmt.GenericBetweenComparable<T>
 
Field Summary
 
Fields inherited from interface org.apache.expreval.expr.node.GenericValue
serialVersionUID
 
Constructor Summary
ByteBetweenStmt(GenericValue expr, boolean not, GenericValue lower, GenericValue upper)
           
 
Method Summary
 org.apache.hadoop.hbase.filter.Filter getFilter()
           
 Boolean getValue(HConnectionImpl conn, Object object)
           
 
Methods inherited from class org.apache.expreval.expr.betweenstmt.GenericBetweenStmt
asString, validateArgsForBetweenFilter
 
Methods inherited from class org.apache.expreval.expr.NotValue
isNot, notAsString
 
Methods inherited from class org.apache.expreval.expr.DelegateStmt
getTypedExpr, setTypedExpr
 
Methods inherited from class org.apache.expreval.expr.GenericExpression
applyResultToAggregateValue, getConstantValue, getExprArg, getExpressionContext, getGenericValueClass, getGenericValueList, getInvalidTypeMsg, getOptimizedValue, getSubArgs, getTypeSignature, getValueWithCast, getValueWithCast, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, newSingleColumnValueFilter, optimizeAllArgs, reset, setArg, setExpressionContext, useDecimal, validateNumericArgTypes, validateNumericTypes, validateParentClass, 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, getOptimizedValue, hasAColumnReference, initAggregateValue, isAColumnReference, isAConstant, isAnAggregateValue, isDefaultKeyword, reset, setExpressionContext, validateTypes
 

Constructor Detail

ByteBetweenStmt

public ByteBetweenStmt(GenericValue expr,
                       boolean not,
                       GenericValue lower,
                       GenericValue upper)
Method Detail

getValue

public Boolean getValue(HConnectionImpl conn,
                        Object object)
                 throws HBqlException,
                        ResultMissingColumnException,
                        NullColumnValueException
Throws:
HBqlException
ResultMissingColumnException
NullColumnValueException

getFilter

public org.apache.hadoop.hbase.filter.Filter getFilter()
                                                throws HBqlException
Specified by:
getFilter in interface GenericValue
Overrides:
getFilter in class GenericExpression
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.