public class HCatTable
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getBucketCols()
Gets the bucket columns.
|
java.util.List<HCatFieldSchema> |
getCols()
Gets the columns.
|
java.lang.String |
getDbName()
Gets the db name.
|
java.lang.String |
getInputFileFormat()
Gets the input file format.
|
java.lang.String |
getLocation()
Gets the location.
|
int |
getNumBuckets()
Gets the number of buckets.
|
java.lang.String |
getOutputFileFormat()
Gets the output file format.
|
java.util.List<HCatFieldSchema> |
getPartCols()
Gets the part columns.
|
java.lang.String |
getSerdeLib()
Gets the serde lib.
|
java.util.List<Order> |
getSortCols()
Gets the sort columns.
|
java.lang.String |
getStorageHandler()
Gets the storage handler.
|
java.lang.String |
getTableName()
Gets the table name.
|
java.lang.String |
getTabletype()
Gets the tabletype.
|
java.util.Map<java.lang.String,java.lang.String> |
getTblProps()
Gets the table props.
|
java.lang.String |
toString() |
public java.lang.String getTableName()
public java.lang.String getDbName()
public java.util.List<HCatFieldSchema> getCols()
public java.util.List<HCatFieldSchema> getPartCols()
public java.util.List<java.lang.String> getBucketCols()
public java.util.List<Order> getSortCols()
public int getNumBuckets()
public java.lang.String getStorageHandler()
public java.util.Map<java.lang.String,java.lang.String> getTblProps()
public java.lang.String getTabletype()
public java.lang.String getInputFileFormat()
public java.lang.String getOutputFileFormat()
public java.lang.String getSerdeLib()
public java.lang.String getLocation()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2012 The Apache Software Foundation