public final class HivePartitionKey extends Object
Modifier and Type | Field and Description |
---|---|
static String |
HIVE_DEFAULT_DYNAMIC_PARTITION |
Constructor and Description |
---|
HivePartitionKey(String name,
HiveType hiveType,
String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
HiveType |
getHiveType() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public static final String HIVE_DEFAULT_DYNAMIC_PARTITION
Copyright © 2012-2015. All Rights Reserved.