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

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

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

Methods in org.apache.pig.newplan.logical.relational that return LOStream.CastState
 LOStream.CastState LOStream.getCastState()
           
static LOStream.CastState LOStream.CastState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LOStream.CastState[] LOStream.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 LOStream.CastState
 void LOStream.setCastState(LOStream.CastState state)
           
 



Copyright © 2007-2012 The Apache Software Foundation