public class BasicBoolean extends AbstractScalar implements Comparable<BasicBoolean>
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.DURATION, Entity.PARTITION_TYPE| Modifier | Constructor and Description |
|---|---|
|
BasicBoolean(boolean value) |
protected |
BasicBoolean(byte value) |
|
BasicBoolean(ExtendedDataInput in) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
booleanValue() |
int |
compareTo(BasicBoolean o) |
boolean |
equals(Object o) |
boolean |
getBoolean() |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
String |
getJsonString() |
Number |
getNumber() |
int |
getScale() |
String |
getString() |
Temporal |
getTemporal() |
byte |
getValue() |
int |
hashBucket(int buckets) |
int |
hashCode() |
boolean |
isNull() |
void |
setNull() |
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, typeToCategory, writeCompressedpublic BasicBoolean(boolean value)
public BasicBoolean(ExtendedDataInput in) throws IOException
IOExceptionprotected BasicBoolean(byte value)
public boolean getBoolean()
public byte getValue()
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 Scalarpublic String getJsonString()
getJsonString in interface Scalarpublic void writeScalarToOutputStream(ExtendedDataOutput out) throws IOException
writeScalarToOutputStream in class AbstractScalarIOExceptionpublic int compareTo(BasicBoolean o)
compareTo in interface Comparable<BasicBoolean>public int getScale()
getScale in interface ScalargetScale in class AbstractScalarCopyright © 2025 DolphinDB. All rights reserved.