private static final class IndexData.BooleanColumnDescriptor extends IndexData.ColumnDescriptor
| Modifier | Constructor and Description |
|---|---|
private |
BooleanColumnDescriptor(ColumnImpl column,
byte flags) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isNullValue(java.lang.Object value) |
protected void |
writeNonNullValue(java.lang.Object value,
ByteUtil.ByteStream bout) |
getColumn, getColumnIndex, getFlags, getName, isAscending, toString, writeValueprivate BooleanColumnDescriptor(ColumnImpl column, byte flags) throws java.io.IOException
java.io.IOExceptionprotected boolean isNullValue(java.lang.Object value)
isNullValue in class IndexData.ColumnDescriptorprotected void writeNonNullValue(java.lang.Object value,
ByteUtil.ByteStream bout)
throws java.io.IOException
writeNonNullValue in class IndexData.ColumnDescriptorjava.io.IOException