public class BinaryMetaData extends BaseColumnMetaData
name
Constructor and Description |
---|
BinaryMetaData(String name) |
Modifier and Type | Method and Description |
---|---|
BinaryMetaData |
clone() |
ColumnType |
getColumnType()
Get the type of column
|
boolean |
isValid(Object input)
Is the given object valid for this column,
given the column type and any
restrictions given by the
ColumnMetaData object?
|
boolean |
isValid(Writable writable)
Is the given Writable valid for this column, given the column type and any restrictions given by the
ColumnMetaData object?
|
String |
toString() |
getName, setName
public BinaryMetaData(String name)
public ColumnType getColumnType()
ColumnMetaData
public boolean isValid(Writable writable)
ColumnMetaData
writable
- Writable to checkpublic boolean isValid(Object input)
input
- object to checkpublic BinaryMetaData clone()
clone
in interface ColumnMetaData
clone
in class BaseColumnMetaData
Copyright © 2018. All rights reserved.