Uses of Class
org.apache.pig.EvalFunc.SchemaType

Packages that use EvalFunc.SchemaType
org.apache.pig Public interfaces and classes for Pig. 
org.apache.pig.builtin This package contains builtin Pig UDFs. 
org.apache.pig.newplan.logical.visitor   
 

Uses of EvalFunc.SchemaType in org.apache.pig
 

Methods in org.apache.pig that return EvalFunc.SchemaType
 EvalFunc.SchemaType EvalFunc.getSchemaType()
          Returns the EvalFunc.SchemaType of the EvalFunc.
static EvalFunc.SchemaType EvalFunc.SchemaType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static EvalFunc.SchemaType[] EvalFunc.SchemaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of EvalFunc.SchemaType in org.apache.pig.builtin
 

Methods in org.apache.pig.builtin that return EvalFunc.SchemaType
 EvalFunc.SchemaType StringConcat.getSchemaType()
           
 EvalFunc.SchemaType CONCAT.getSchemaType()
           
 

Uses of EvalFunc.SchemaType in org.apache.pig.newplan.logical.visitor
 

Methods in org.apache.pig.newplan.logical.visitor with parameters of type EvalFunc.SchemaType
static boolean TypeCheckingExpVisitor.schemaEqualsForMatching(Schema inputSchema, Schema udfSchema, EvalFunc.SchemaType udfSchemaType, boolean ignoreByteArrays)
          Compare two schemas for equality for argument matching purposes.
 



Copyright © 2007-2012 The Apache Software Foundation