Uses of Class
org.apache.pig.newplan.logical.relational.LOLoad.CastState

Packages that use LOLoad.CastState
org.apache.pig.newplan.logical.relational   
 

Uses of LOLoad.CastState in org.apache.pig.newplan.logical.relational
 

Methods in org.apache.pig.newplan.logical.relational that return LOLoad.CastState
 LOLoad.CastState LOLoad.getCastState()
           
static LOLoad.CastState LOLoad.CastState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LOLoad.CastState[] LOLoad.CastState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.pig.newplan.logical.relational with parameters of type LOLoad.CastState
 void LOLoad.setCastState(LOLoad.CastState state)
           
 



Copyright © 2007-2012 The Apache Software Foundation