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 |
List<ColumnDesc> |
columns |
String |
comment |
boolean |
external |
TableDesc.StorageFormatDesc |
format |
boolean |
ifNotExists |
String |
location |
List<ColumnDesc> |
partitionedBy |
String |
table |
Map<String,String> |
tableProperties |
group, permissions
Constructor and Description |
---|
TableDesc()
Create a new TableDesc
|
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
Copyright © 2017 The Apache Software Foundation. All rights reserved.