org.apache.hadoop.hbase.hbql.executor
Class ExecutorProperty

java.lang.Object
  extended by org.apache.expreval.expr.MultipleExpressionContext
      extended by org.apache.expreval.expr.ExpressionProperty
          extended by org.apache.hadoop.hbase.hbql.executor.ExecutorProperty
All Implemented Interfaces:
Serializable

public class ExecutorProperty
extends ExpressionProperty

See Also:
Serialized Form

Nested Class Summary
static class ExecutorProperty.Type
           
 
Constructor Summary
ExecutorProperty(String text, GenericValue arg0)
           
 
Method Summary
 String asString()
           
 ExecutorProperty.Type getEnumType()
           
 
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

ExecutorProperty

public ExecutorProperty(String text,
                        GenericValue arg0)
Method Detail

getEnumType

public ExecutorProperty.Type getEnumType()

asString

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


Copyright © 2011. All Rights Reserved.