public interface ColumnMetaData extends Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
ColumnMetaData |
clone() |
ColumnType |
getColumnType()
Get the type of column
|
String |
getName()
Get the name of the specified column
|
boolean |
isValid(Writable writable)
Is the given Writable valid for this column, given the column type and any restrictions given by the
ColumnMetaData object?
|
void |
setName(String name) |
String getName()
void setName(String name)
ColumnType getColumnType()
boolean isValid(Writable writable)
writable
- Writable to checkColumnMetaData clone()
Copyright © 2016. All rights reserved.