|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectHCatTable
public class HCatTable
The HCatTable is a wrapper around org.apache.hadoop.hive.metastore.api.Table.
Method Summary | |
---|---|
List<String> |
getBucketCols()
Gets the bucket columns. |
List<HCatFieldSchema> |
getCols()
Gets the columns. |
String |
getDbName()
Gets the db name. |
String |
getInputFileFormat()
Gets the input file format. |
String |
getLocation()
Gets the location. |
int |
getNumBuckets()
Gets the number of buckets. |
String |
getOutputFileFormat()
Gets the output file format. |
List<HCatFieldSchema> |
getPartCols()
Gets the part columns. |
String |
getSerdeLib()
Gets the serde lib. |
List<Order> |
getSortCols()
Gets the sort columns. |
String |
getStorageHandler()
Gets the storage handler. |
String |
getTableName()
Gets the table name. |
String |
getTabletype()
Gets the tabletype. |
Map<String,String> |
getTblProps()
Gets the table props. |
String |
toString()
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public String getTableName()
public String getDbName()
public List<HCatFieldSchema> getCols()
public List<HCatFieldSchema> getPartCols()
public List<String> getBucketCols()
public List<Order> getSortCols()
public int getNumBuckets()
public String getStorageHandler()
public Map<String,String> getTblProps()
public String getTabletype()
public String getInputFileFormat()
public String getOutputFileFormat()
public String getSerdeLib()
public String getLocation()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |