public class PartitionInfo extends Object implements Serializable
Constructor and Description |
---|
PartitionInfo(String serdeClass,
String inputFormatClass,
HashMap<String,String> serdeProperties,
HashMap<String,String> tableProperties,
ArrayList<FieldSchema> fields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
ArrayList<FieldSchema> |
getFields() |
Format |
getFormat(String filename) |
String |
getInputFormatClass() |
String |
getSerdeClass() |
HashMap<String,String> |
getSerdeProperties() |
HashMap<String,String> |
getTableProperties() |
int |
hashCode() |
String |
toString() |
public PartitionInfo(String serdeClass, String inputFormatClass, HashMap<String,String> serdeProperties, HashMap<String,String> tableProperties, ArrayList<FieldSchema> fields)
serdeClass
- the full serde class nameinputFormatClass
- the full input format class nameserdeProperties
- the serde PropertiestableProperties
- the table Propertiesfields
- the fieldspublic Format getFormat(String filename) throws IOException
filename
- the filenameIOException
- when failed to determine formatpublic String getInputFormatClass()
public String getSerdeClass()
public ArrayList<FieldSchema> getFields()
Copyright © 2023. All Rights Reserved.