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

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.TimestampArgs
All Implemented Interfaces:
Serializable

public class TimestampArgs
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
TimestampArgs(GenericValue arg0)
           
TimestampArgs(GenericValue arg0, GenericValue arg1)
           
 
Method Summary
 String asString()
           
 void setTimeStamp(org.apache.hadoop.hbase.client.Get get)
           
 void setTimeStamp(org.apache.hadoop.hbase.client.Scan scan)
           
 
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

TimestampArgs

public TimestampArgs(GenericValue arg0)

TimestampArgs

public TimestampArgs(GenericValue arg0,
                     GenericValue arg1)
Method Detail

asString

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

setTimeStamp

public void setTimeStamp(org.apache.hadoop.hbase.client.Get get)
                  throws HBqlException
Throws:
HBqlException

setTimeStamp

public void setTimeStamp(org.apache.hadoop.hbase.client.Scan scan)
                  throws HBqlException
Throws:
HBqlException


Copyright © 2011. All Rights Reserved.