public final class HivePartitionKey extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HIVE_DEFAULT_DYNAMIC_PARTITION |
| Constructor and Description |
|---|
HivePartitionKey(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
getEstimatedSizeInBytes() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
public static final String HIVE_DEFAULT_DYNAMIC_PARTITION
Copyright © 2012–2019. All rights reserved.