public class BasicByte extends AbstractScalar implements Comparable<BasicByte>
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPE| Constructor and Description |
|---|
BasicByte(byte value) |
BasicByte(ExtendedDataInput in) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(BasicByte o) |
boolean |
equals(Object o) |
byte |
getByte() |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Number |
getNumber() |
String |
getString() |
Temporal |
getTemporal() |
int |
hashBucket(int buckets) |
int |
hashCode() |
boolean |
isNull() |
void |
setNull() |
protected void |
writeScalarToOutputStream(ExtendedDataOutput out) |
columns, getDataForm, rows, toString, writegetDataCategory, isChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVectorclone, finalize, getClass, notify, notifyAll, wait, wait, waitisChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVector, typeToCategorypublic BasicByte(byte value)
public BasicByte(ExtendedDataInput in) throws IOException
IOExceptionpublic byte getByte()
public Entity.DATA_CATEGORY getDataCategory()
getDataCategory in interface Entitypublic Entity.DATA_TYPE getDataType()
getDataType in interface Entitypublic Temporal getTemporal() throws Exception
getTemporal in interface ScalarExceptionpublic int hashBucket(int buckets)
hashBucket in interface Scalarprotected void writeScalarToOutputStream(ExtendedDataOutput out) throws IOException
writeScalarToOutputStream in class AbstractScalarIOExceptionpublic int compareTo(BasicByte o)
compareTo in interface Comparable<BasicByte>Copyright © 2020 DolphinDB. All rights reserved.