public class TableDesc extends Object
| Constructor and Description |
|---|
TableDesc(String tableName) |
TableDesc(String tableName,
List<String> colNames) |
TableDesc(String tableName,
String... colNames) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<String> |
colNames() |
List<String> |
getColNames() |
String |
getTableName() |
int |
getWidth() |
boolean |
hasColumn(String colName) |
String |
toString() |
public TableDesc(String tableName)
Licenced under the Apache License, Version 2.0