Uses of Class
org.apache.expreval.expr.ExpressionTree

Packages that use ExpressionTree
org.apache.expreval.expr   
org.apache.hadoop.hbase.hbql.filter   
org.apache.hadoop.hbase.hbql.impl   
org.apache.hadoop.hbase.hbql.mapping   
org.apache.hadoop.hbase.hbql.parser   
org.apache.hadoop.hbase.hbql.statement.args   
org.apache.yaoql.impl   
 

Uses of ExpressionTree in org.apache.expreval.expr
 

Methods in org.apache.expreval.expr that return ExpressionTree
static ExpressionTree ExpressionTree.newExpressionTree(Mapping mapping, GenericValue booleanValue)
           
 

Uses of ExpressionTree in org.apache.hadoop.hbase.hbql.filter
 

Methods in org.apache.hadoop.hbase.hbql.filter with parameters of type ExpressionTree
static RecordFilter RecordFilter.newRecordFilter(ExpressionTree expressionTree)
           
 

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

Methods in org.apache.hadoop.hbase.hbql.impl that return ExpressionTree
protected  ExpressionTree HResultSetImpl.getClientExpressionTree()
           
 

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

Methods in org.apache.hadoop.hbase.hbql.mapping that return types with arguments of type ExpressionTree
 Map<String,ExpressionTree> Mapping.getEvalMap()
           
 

Methods in org.apache.hadoop.hbase.hbql.mapping with parameters of type ExpressionTree
 void Mapping.addToExpressionTreeCache(String exprStr, ExpressionTree expressionTree)
           
 

Uses of ExpressionTree in org.apache.hadoop.hbase.hbql.parser
 

Methods in org.apache.hadoop.hbase.hbql.parser that return ExpressionTree
static ExpressionTree ParserUtil.getExpressionTree(String str, MappingContext mappingContext)
           
static ExpressionTree ParserUtil.parseWhereExpression(String sql, MappingContext mappingContext)
           
 

Uses of ExpressionTree in org.apache.hadoop.hbase.hbql.statement.args
 

Methods in org.apache.hadoop.hbase.hbql.statement.args that return ExpressionTree
 ExpressionTree WithArgs.getClientExpressionTree()
           
 ExpressionTree WithArgs.getServerExpressionTree()
           
 

Methods in org.apache.hadoop.hbase.hbql.statement.args with parameters of type ExpressionTree
 void WithArgs.setClientExpressionTree(ExpressionTree clientExpressionTree)
           
 void WithArgs.setServerExpressionTree(ExpressionTree serverExpressionTree)
           
 

Uses of ExpressionTree in org.apache.yaoql.impl
 

Methods in org.apache.yaoql.impl that return ExpressionTree
 ExpressionTree ObjectQueryImpl.getExpressionTree(Collection<T> objects)
           
 

Methods in org.apache.yaoql.impl with parameters of type ExpressionTree
protected  void ParameterBinding.applyParameters(ExpressionTree expressionTree)
           
 



Copyright © 2011. All Rights Reserved.