org.apache.hadoop.hbase.hbql.statement.args
Class LimitArgs

java.lang.Object
  extended by org.apache.expreval.expr.MultipleExpressionContext
      extended by org.apache.expreval.expr.ExpressionProperty
          extended by org.apache.hadoop.hbase.hbql.statement.args.SelectStatementArgs
              extended by org.apache.hadoop.hbase.hbql.statement.args.LimitArgs
All Implemented Interfaces:
Serializable

public class LimitArgs
extends SelectStatementArgs

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.hadoop.hbase.hbql.statement.args.SelectStatementArgs
SelectStatementArgs.ArgType
 
Constructor Summary
LimitArgs(GenericValue arg0)
           
 
Method Summary
 String asString()
           
 long getValue()
           
 
Methods inherited from class org.apache.expreval.expr.ExpressionProperty
allowColumns, getBooleanValue, getIntegerValue, getPropertyType, useResultData, validate
 
Methods inherited from class org.apache.expreval.expr.MultipleExpressionContext
addColumnToUsedList, addExpression, addNamedParameter, evaluate, evaluateConstant, getAttribsUsedInExpr, getColumnsUsedInExpr, getExpressionList, getGenericValue, getMapping, getMappingContext, getNamedParamMap, getParameterList, getResultAccessor, getTableMapping, optimize, reset, setGenericValue, setMappingContext, setParameter, validateTypes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LimitArgs

public LimitArgs(GenericValue arg0)
Method Detail

getValue

public long getValue()
              throws HBqlException
Throws:
HBqlException

asString

public String asString()
Specified by:
asString in class MultipleExpressionContext


Copyright © 2011. All Rights Reserved.