public interface ColumnMetaData extends Serializable, Cloneable
Modifier and Type | Method and Description |
---|---|
ColumnMetaData |
clone() |
ColumnType |
getColumnType()
Get the type of 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?
|
ColumnType getColumnType()
boolean isValid(Writable writable)
writable
- Writable to checkColumnMetaData clone()
Copyright © 2016. All rights reserved.