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) |
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) |