public class SchemaConfig extends Object
Constructor and Description |
---|
SchemaConfig(List<ColumnConfig> columns) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object otherObject) |
ColumnConfig |
getColumn(int index) |
int |
getColumnCount() |
String |
getColumnName(int index) |
List<ColumnConfig> |
getColumns() |
Type |
getColumnType(int index) |
int |
hashCode() |
boolean |
isEmpty() |
ColumnConfig |
lookupColumn(String name) |
int |
size() |
Schema |
toSchema() |
public SchemaConfig(List<ColumnConfig> columns)
public List<ColumnConfig> getColumns()
public int size()
public int getColumnCount()
public ColumnConfig getColumn(int index)
public String getColumnName(int index)
public Type getColumnType(int index)
public boolean isEmpty()
public ColumnConfig lookupColumn(String name)
public Schema toSchema()