Uses of Class
org.apache.expreval.client.ResultMissingColumnException

Packages that use ResultMissingColumnException
org.apache.expreval.expr   
org.apache.expreval.expr.betweenstmt   
org.apache.expreval.expr.calculation   
org.apache.expreval.expr.casestmt   
org.apache.expreval.expr.compare   
org.apache.expreval.expr.function   
org.apache.expreval.expr.ifthenstmt   
org.apache.expreval.expr.instmt   
org.apache.expreval.expr.node   
org.apache.expreval.expr.nullcomp   
org.apache.expreval.expr.stringpattern   
org.apache.expreval.expr.var   
org.apache.hadoop.hbase.hbql.impl   
org.apache.hadoop.hbase.hbql.mapping   
org.apache.hadoop.hbase.hbql.statement.select   
 

Uses of ResultMissingColumnException in org.apache.expreval.expr
 

Methods in org.apache.expreval.expr that throw ResultMissingColumnException
 void GenericExpression.applyResultToAggregateValue(AggregateValue aggregateValue, org.apache.hadoop.hbase.client.Result result)
           
 Object MultipleExpressionContext.evaluate(HConnectionImpl conn, int i, boolean allowColumns, boolean allowCollections, Object object)
           
 Boolean ExpressionTree.evaluate(HConnectionImpl conn, Object object)
           
 Boolean BooleanNot.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.betweenstmt
 

Methods in org.apache.expreval.expr.betweenstmt that throw ResultMissingColumnException
 Boolean StringBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean NumberBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean DelegateBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean DateBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean ByteBetweenStmt.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.calculation
 

Methods in org.apache.expreval.expr.calculation that throw ResultMissingColumnException
 String StringCalculation.getValue(HConnectionImpl conn, Object object)
           
 Number NumericCalculation.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateCalculation.getValue(HConnectionImpl conn, Object object)
           
 Long DateCalculation.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.casestmt
 

Methods in org.apache.expreval.expr.casestmt that throw ResultMissingColumnException
 boolean GenericCaseWhen.getPredicateValue(HConnectionImpl conn, Object object)
           
 String StringCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 String StringCaseElse.getValue(HConnectionImpl conn, Object object)
           
 String StringCase.getValue(HConnectionImpl conn, Object object)
           
 Number NumberCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Number NumberCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Number NumberCase.getValue(HConnectionImpl conn, Object object)
           
 Object GenericCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Object GenericCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Object GenericCase.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateCase.getValue(HConnectionImpl conn, Object object)
           
 Long DateCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Long DateCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Long DateCase.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanCaseWhen.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanCaseElse.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanCase.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.compare
 

Methods in org.apache.expreval.expr.compare that throw ResultMissingColumnException
 Boolean StringCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean NumberCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean DelegateCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean DateCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean ByteCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanCompare.getValue(HConnectionImpl conn, Object object)
           
protected  Object GenericCompare.getValue(int pos, HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.function
 

Methods in org.apache.expreval.expr.function that throw ResultMissingColumnException
 void NumberFunction.applyResultToAggregateValue(AggregateValue aggVal, org.apache.hadoop.hbase.client.Result result)
           
 void DelegateFunction.applyResultToAggregateValue(AggregateValue aggregateValue, org.apache.hadoop.hbase.client.Result result)
           
 String StringFunction.getValue(HConnectionImpl conn, Object object)
           
 Number NumberFunction.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateFunction.getValue(HConnectionImpl conn, Object object)
           
 Long DateFunction.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanFunction.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.ifthenstmt
 

Methods in org.apache.expreval.expr.ifthenstmt that throw ResultMissingColumnException
 String StringIfThen.getValue(HConnectionImpl conn, Object object)
           
 Number NumberIfThen.getValue(HConnectionImpl conn, Object object)
           
 Object GenericIfThen.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateIfThen.getValue(HConnectionImpl conn, Object object)
           
 Long DateIfThen.getValue(HConnectionImpl conn, Object object)
           
 Byte ByteIfThen.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanIfThen.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.instmt
 

Methods in org.apache.expreval.expr.instmt that throw ResultMissingColumnException
protected  boolean StringInStmt.evaluateInList(Object object)
           
protected  boolean NumberInStmt.evaluateInList(Object object)
           
protected abstract  boolean GenericInStmt.evaluateInList(Object object)
           
protected  boolean DateInStmt.evaluateInList(Object object)
           
protected  boolean BooleanInStmt.evaluateInList(Object object)
           
 Boolean GenericInStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean DelegateInStmt.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.node
 

Methods in org.apache.expreval.expr.node that throw ResultMissingColumnException
 void GenericValue.applyResultToAggregateValue(AggregateValue aggregateValue, org.apache.hadoop.hbase.client.Result result)
           
 String StringValue.getValue(HConnectionImpl connection, Object object)
           
 Object ObjectValue.getValue(HConnectionImpl connection, Object object)
           
 Number NumberValue.getValue(HConnectionImpl connection, Object object)
           
 Object GenericValue.getValue(HConnectionImpl connection, Object object)
           
 Long DateValue.getValue(HConnectionImpl connection, Object object)
           
 Byte ByteValue.getValue(HConnectionImpl connection, Object object)
           
 Boolean BooleanValue.getValue(HConnectionImpl connection, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.nullcomp
 

Methods in org.apache.expreval.expr.nullcomp that throw ResultMissingColumnException
 Boolean GenericNullCompare.getValue(HConnectionImpl conn, Object object)
           
 Boolean DelegateNullCompare.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.stringpattern
 

Methods in org.apache.expreval.expr.stringpattern that throw ResultMissingColumnException
 Boolean LikeStmt.getValue(HConnectionImpl conn, Object object)
           
 Boolean ContainsStmt.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.expreval.expr.var
 

Methods in org.apache.expreval.expr.var that throw ResultMissingColumnException
 Object StringColumn.getValue(HConnectionImpl conn, Object object)
           
 Short ShortColumn.getValue(HConnectionImpl conn, Object object)
           
 Object ObjectColumn.getValue(HConnectionImpl conn, Object object)
           
 Object NamedParameter.getValue(HConnectionImpl conn, Object object)
           
 Long LongColumn.getValue(HConnectionImpl conn, Object object)
           
 Object KeyColumn.getValue(HConnectionImpl conn, Object object)
           
 Integer IntegerColumn.getValue(HConnectionImpl conn, Object object)
           
 Float FloatColumn.getValue(HConnectionImpl conn, Object object)
           
 Double DoubleColumn.getValue(HConnectionImpl conn, Object object)
           
 Object DelegateColumn.getValue(HConnectionImpl conn, Object object)
           
 Long DateColumn.getValue(HConnectionImpl conn, Object object)
           
 Short CharColumn.getValue(HConnectionImpl conn, Object object)
           
 Byte ByteColumn.getValue(HConnectionImpl conn, Object object)
           
 Boolean BooleanColumn.getValue(HConnectionImpl conn, Object object)
           
 

Uses of ResultMissingColumnException in org.apache.hadoop.hbase.hbql.impl
 

Methods in org.apache.hadoop.hbase.hbql.impl that throw ResultMissingColumnException
 void AggregateValue.applyValues(org.apache.hadoop.hbase.client.Result result)
           
 

Uses of ResultMissingColumnException in org.apache.hadoop.hbase.hbql.mapping
 

Methods in org.apache.hadoop.hbase.hbql.mapping that throw ResultMissingColumnException
 Object HRecordAttrib.getCurrentValue(Object record)
           
abstract  Object ColumnAttrib.getCurrentValue(Object obj)
           
 Object ColumnAttrib.getValueFromBytes(org.apache.hadoop.hbase.client.Result result)
           
 

Uses of ResultMissingColumnException in org.apache.hadoop.hbase.hbql.statement.select
 

Methods in org.apache.hadoop.hbase.hbql.statement.select that throw ResultMissingColumnException
 void SelectExpressionContext.applyResultToAggregateValue(AggregateValue aggregateValue, org.apache.hadoop.hbase.client.Result result)
           
 



Copyright © 2011. All Rights Reserved.