Uses of Class
org.apache.pig.newplan.logical.expression.UserFuncExpression

Packages that use UserFuncExpression
org.apache.pig.newplan.logical.expression   
org.apache.pig.newplan.logical.visitor   
 

Uses of UserFuncExpression in org.apache.pig.newplan.logical.expression
 

Subclasses of UserFuncExpression in org.apache.pig.newplan.logical.expression
 class ScalarExpression
           
 

Methods in org.apache.pig.newplan.logical.expression with parameters of type UserFuncExpression
 void LogicalExpressionVisitor.visit(UserFuncExpression op)
           
 void ExpToPhyTranslationVisitor.visit(UserFuncExpression op)
           
 void AllSameExpressionVisitor.visit(UserFuncExpression op)
           
 

Uses of UserFuncExpression in org.apache.pig.newplan.logical.visitor
 

Methods in org.apache.pig.newplan.logical.visitor that return types with arguments of type UserFuncExpression
 List<UserFuncExpression> UDFFinder.getUDFList()
           
 

Methods in org.apache.pig.newplan.logical.visitor with parameters of type UserFuncExpression
 void TypeCheckingExpVisitor.visit(UserFuncExpression func)
           
 



Copyright © 2007-2012 The Apache Software Foundation