public class BasicBooleanMatrix extends AbstractMatrix
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPEbuf, BUF_SIZE, columns, rows| Constructor and Description |
|---|
BasicBooleanMatrix(ExtendedDataInput in) |
BasicBooleanMatrix(int rows,
int columns) |
BasicBooleanMatrix(int rows,
int columns,
List<byte[]> listOfArrays) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
boolean |
getBoolean(int row,
int column) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
boolean |
isNull(int row,
int column) |
protected void |
readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in) |
void |
setBoolean(int row,
int column,
boolean value) |
void |
setNull(int row,
int column) |
protected void |
writeVectorToOutputStream(ExtendedDataOutput out) |
columns, getColumnLabel, getColumnLabels, getDataForm, getIndex, getRowLabel, getRowLabels, getString, hasColumnLabel, hasRowLabel, rows, setColumnLabels, setRowLabels, 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 BasicBooleanMatrix(int rows,
int columns)
public BasicBooleanMatrix(int rows,
int columns,
List<byte[]> listOfArrays)
throws Exception
Exceptionpublic BasicBooleanMatrix(ExtendedDataInput in) throws IOException
IOExceptionpublic void setBoolean(int row,
int column,
boolean value)
public boolean getBoolean(int row,
int column)
public boolean isNull(int row,
int column)
public void setNull(int row,
int column)
public Scalar get(int row, int column)
public Entity.DATA_CATEGORY getDataCategory()
public Entity.DATA_TYPE getDataType()
public Class<?> getElementClass()
protected void readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in)
throws IOException
readMatrixFromInputStream in class AbstractMatrixIOExceptionprotected void writeVectorToOutputStream(ExtendedDataOutput out) throws IOException
writeVectorToOutputStream in class AbstractMatrixIOExceptionCopyright © 2019 DolphinDB. All rights reserved.