Package | Description |
---|---|
org.apache.hadoop.hive.metastore | |
org.apache.hadoop.hive.metastore.api |
Modifier and Type | Method and Description |
---|---|
static void |
MetaStoreUtils.setSerdeParam(SerDeInfo sdi,
Properties schema,
String param) |
Modifier and Type | Method and Description |
---|---|
SerDeInfo |
SerDeInfo.deepCopy() |
SerDeInfo |
StorageDescriptor.getSerdeInfo() |
Modifier and Type | Method and Description |
---|---|
int |
SerDeInfo.compareTo(SerDeInfo other) |
boolean |
SerDeInfo.equals(SerDeInfo that) |
void |
StorageDescriptor.setSerdeInfo(SerDeInfo serdeInfo) |
Constructor and Description |
---|
SerDeInfo(SerDeInfo other)
Performs a deep copy on other.
|
StorageDescriptor(List<FieldSchema> cols,
String location,
String inputFormat,
String outputFormat,
boolean compressed,
int numBuckets,
SerDeInfo serdeInfo,
List<String> bucketCols,
List<Order> sortCols,
Map<String,String> parameters) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.