org.apache.hadoop.hive.ql.plan
Class AddPartitionDesc.OnePartitionDesc

java.lang.Object
  extended by org.apache.hadoop.hive.ql.plan.AddPartitionDesc.OnePartitionDesc
Enclosing class:
AddPartitionDesc

public static class AddPartitionDesc.OnePartitionDesc
extends Object


Constructor Summary
AddPartitionDesc.OnePartitionDesc()
           
 
Method Summary
 List<String> getBucketCols()
           
 List<org.apache.hadoop.hive.metastore.api.FieldSchema> getCols()
           
 String getInputFormat()
           
 String getLocation()
           
 int getNumBuckets()
           
 String getOutputFormat()
           
 Map<String,String> getPartParams()
           
 Map<String,String> getPartSpec()
           
 Map<String,String> getSerdeParams()
           
 String getSerializationLib()
           
 List<org.apache.hadoop.hive.metastore.api.Order> getSortCols()
           
 void setBucketCols(List<String> bucketCols)
           
 void setCols(List<org.apache.hadoop.hive.metastore.api.FieldSchema> cols)
           
 void setInputFormat(String inputFormat)
           
 void setLocation(String location)
           
 void setNumBuckets(int numBuckets)
           
 void setOutputFormat(String outputFormat)
           
 void setPartParams(Map<String,String> partParams)
           
 void setSerdeParams(Map<String,String> serdeParams)
           
 void setSerializationLib(String serializationLib)
           
 void setSortCols(List<org.apache.hadoop.hive.metastore.api.Order> sortCols)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddPartitionDesc.OnePartitionDesc

public AddPartitionDesc.OnePartitionDesc()
Method Detail

getPartSpec

public Map<String,String> getPartSpec()

getLocation

public String getLocation()
Returns:
location of partition in relation to table

setLocation

public void setLocation(String location)

getPartParams

public Map<String,String> getPartParams()

setPartParams

public void setPartParams(Map<String,String> partParams)

getNumBuckets

public int getNumBuckets()

setNumBuckets

public void setNumBuckets(int numBuckets)

getCols

public List<org.apache.hadoop.hive.metastore.api.FieldSchema> getCols()

setCols

public void setCols(List<org.apache.hadoop.hive.metastore.api.FieldSchema> cols)

getSerializationLib

public String getSerializationLib()

setSerializationLib

public void setSerializationLib(String serializationLib)

getSerdeParams

public Map<String,String> getSerdeParams()

setSerdeParams

public void setSerdeParams(Map<String,String> serdeParams)

getBucketCols

public List<String> getBucketCols()

setBucketCols

public void setBucketCols(List<String> bucketCols)

getSortCols

public List<org.apache.hadoop.hive.metastore.api.Order> getSortCols()

setSortCols

public void setSortCols(List<org.apache.hadoop.hive.metastore.api.Order> sortCols)

getInputFormat

public String getInputFormat()

setInputFormat

public void setInputFormat(String inputFormat)

getOutputFormat

public String getOutputFormat()

setOutputFormat

public void setOutputFormat(String outputFormat)


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