public class TableInfo extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TableInfo.ColumnInfo
Column information, containing name, type and comment.
|
| Constructor and Description |
|---|
TableInfo(String tableName,
String dbName,
String owner,
long creationTime,
long lastAccessTime,
int retention,
List<TableInfo.ColumnInfo> partitionKeys,
Map<String,String> parameters,
String tableType,
List<TableInfo.ColumnInfo> schema,
String location,
String inputFormat,
String outputFormat,
boolean compressed,
int numBuckets,
String serde,
Map<String,String> serdeParameters,
boolean isBackedByDataset) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getCreationTime() |
String |
getDbName() |
String |
getLocation() |
Map<String,String> |
getParameters() |
List<TableInfo.ColumnInfo> |
getPartitionKeys() |
List<TableInfo.ColumnInfo> |
getSchema() |
Map<String,String> |
getSerdeParameters() |
String |
getTableName() |
int |
hashCode() |
boolean |
isBackedByDataset() |
String |
toString() |
public TableInfo(String tableName, String dbName, String owner, long creationTime, long lastAccessTime, int retention, List<TableInfo.ColumnInfo> partitionKeys, Map<String,String> parameters, String tableType, List<TableInfo.ColumnInfo> schema, String location, String inputFormat, String outputFormat, boolean compressed, int numBuckets, String serde, Map<String,String> serdeParameters, boolean isBackedByDataset)
public String getTableName()
public String getDbName()
public long getCreationTime()
public String getLocation()
public List<TableInfo.ColumnInfo> getSchema()
public List<TableInfo.ColumnInfo> getPartitionKeys()
public boolean isBackedByDataset()
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.