|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectGroupPermissionsDesc
TableDesc
public class TableDesc
A description of the table to create.
Nested Class Summary | |
---|---|
static class |
TableDesc.ClusteredByDesc
How to cluster the table. |
static class |
TableDesc.ClusterSortOrderDesc
The clustered sort order. |
static class |
TableDesc.RowFormatDesc
The Row Format. |
static class |
TableDesc.SerdeDesc
The SERDE Row Format. |
static class |
TableDesc.SortDirectionDesc
Ther ASC or DESC sort order. |
static class |
TableDesc.StorageFormatDesc
The storage format. |
static class |
TableDesc.StoredByDesc
How to store the table. |
Field Summary | |
---|---|
TableDesc.ClusteredByDesc |
clusteredBy
|
List<ColumnDesc> |
columns
|
String |
comment
|
boolean |
external
|
TableDesc.StorageFormatDesc |
format
|
boolean |
ifNotExists
|
String |
location
|
List<ColumnDesc> |
partitionedBy
|
String |
table
|
Map<String,String> |
tableProperties
|
Fields inherited from class GroupPermissionsDesc |
---|
group, permissions |
Constructor Summary | |
---|---|
TableDesc()
Create a new TableDesc |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
toString()
|
Methods inherited from class GroupPermissionsDesc |
---|
xequals, xequals, xequals, xequals |
Methods inherited from class Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean external
public boolean ifNotExists
public String table
public String comment
public List<ColumnDesc> columns
public List<ColumnDesc> partitionedBy
public TableDesc.ClusteredByDesc clusteredBy
public TableDesc.StorageFormatDesc format
public String location
public Map<String,String> tableProperties
Constructor Detail |
---|
public TableDesc()
Method Detail |
---|
public String toString()
toString
in class Object
public boolean equals(Object o)
equals
in class GroupPermissionsDesc
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |