public class TableDesc extends GroupPermissionsDesc
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
TableDesc.ClusteredByDesc |
clusteredBy |
java.util.List<ColumnDesc> |
columns |
java.lang.String |
comment |
boolean |
external |
TableDesc.StorageFormatDesc |
format |
boolean |
ifNotExists |
java.lang.String |
location |
java.util.List<ColumnDesc> |
partitionedBy |
java.lang.String |
table |
java.util.Map<java.lang.String,java.lang.String> |
tableProperties |
group, permissions
Constructor and Description |
---|
TableDesc()
Create a new TableDesc
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
toString() |
xequals, xequals, xequals, xequals
public boolean external
public boolean ifNotExists
public java.lang.String table
public java.lang.String comment
public java.util.List<ColumnDesc> columns
public java.util.List<ColumnDesc> partitionedBy
public TableDesc.ClusteredByDesc clusteredBy
public TableDesc.StorageFormatDesc format
public java.lang.String location
public java.util.Map<java.lang.String,java.lang.String> tableProperties
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class GroupPermissionsDesc
Copyright © 2012 The Apache Software Foundation