public class DummyPartition extends Partition
Constructor and Description |
---|
DummyPartition() |
DummyPartition(Table tbl,
String name) |
DummyPartition(Table tbl,
String name,
Map<String,String> partSpec) |
Modifier and Type | Method and Description |
---|---|
String |
getCompleteName() |
String |
getName() |
LinkedHashMap<String,String> |
getSpec() |
List<String> |
getValues() |
void |
setName(String name) |
canDrop, canWrite, checkValidity, cloneSd, createMetaPartitionObject, getBucketCols, getBucketCount, getBucketPath, getCols, getDataLocation, getDeserializer, getInputFormatClass, getLastAccessTime, getLocation, getMetadataFromPartitionSchema, getOutputFormatClass, getParameters, getPartitionPath, getPath, getPath, getProtectMode, getSchema, getSchemaFromTableSchema, getSkewedColNames, getSkewedColValueLocationMaps, getSkewedColValues, getSortColNames, getSortCols, getSortedPaths, getTable, getTPartition, initialize, isOffline, isStoredAsSubDirectories, setBucketCount, setInputFormatClass, setLastAccessTime, setLocation, setOutputFormatClass, setProtectMode, setSkewedValueLocationMap, setTable, setTPartition, setValues, toString
public DummyPartition()
public DummyPartition(Table tbl, String name) throws HiveException
HiveException
public DummyPartition(Table tbl, String name, Map<String,String> partSpec) throws HiveException
HiveException
public void setName(String name)
public String getCompleteName()
getCompleteName
in class Partition
public LinkedHashMap<String,String> getSpec()
public List<String> getValues()
getValues
in class Partition
Partition.getValues()
Copyright © 2017 The Apache Software Foundation. All rights reserved.