public class BasicBooleanVector extends AbstractVector
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPEbuf, BUF_SIZEDISPLAY_ROWS| Modifier | Constructor and Description |
|---|---|
|
BasicBooleanVector(byte[] array) |
protected |
BasicBooleanVector(Entity.DATA_FORM df,
ExtendedDataInput in) |
protected |
BasicBooleanVector(Entity.DATA_FORM df,
int size) |
|
BasicBooleanVector(int size) |
|
BasicBooleanVector(List<Byte> list) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int index) |
boolean |
getBoolean(int index) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
boolean |
isNull(int index) |
int |
rows() |
void |
set(int index,
Scalar value) |
void |
setBoolean(int index,
boolean value) |
void |
setNull(int index) |
protected void |
writeVectorToOutputStream(ExtendedDataOutput out) |
columns, getDataForm, getString, writegetDataCategory, isChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVectorclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVector, typeToCategorypublic BasicBooleanVector(int size)
public BasicBooleanVector(byte[] array)
protected BasicBooleanVector(Entity.DATA_FORM df, int size)
protected BasicBooleanVector(Entity.DATA_FORM df, ExtendedDataInput in) throws IOException
IOExceptionpublic Scalar get(int index)
public boolean getBoolean(int index)
public void setBoolean(int index,
boolean value)
public boolean isNull(int index)
public void setNull(int index)
public Entity.DATA_CATEGORY getDataCategory()
public Entity.DATA_TYPE getDataType()
public Class<?> getElementClass()
public int rows()
protected void writeVectorToOutputStream(ExtendedDataOutput out) throws IOException
writeVectorToOutputStream in class AbstractVectorIOExceptionCopyright © 2019 DolphinDB. All rights reserved.