org.apache.hadoop.hive.ql.plan
Class ExplosionDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.ExplosionDesc
All Implemented Interfaces:
Serializable

public class ExplosionDesc
extends Object
implements Serializable

ExplosionDesc.

See Also:
Serialized Form

Constructor Summary
ExplosionDesc()
           
ExplosionDesc(String fieldName, int position)
           
 
Method Summary
 String getFieldName()
           
 int getPosition()
           
 void setFieldName(String fieldName)
           
 void setPosition(int position)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExplosionDesc

public ExplosionDesc()

ExplosionDesc

public ExplosionDesc(String fieldName,
                     int position)
Method Detail

getFieldName

public String getFieldName()

setFieldName

public void setFieldName(String fieldName)

getPosition

public int getPosition()

setPosition

public void setPosition(int position)


Copyright © 2014 The Apache Software Foundation. All rights reserved.