public class BasicDecimal128Matrix extends AbstractMatrix
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.DURATION, Entity.PARTITION_TYPE| Constructor and Description |
|---|
BasicDecimal128Matrix(ExtendedDataInput in) |
BasicDecimal128Matrix(int rows,
int columns,
int scale) |
BasicDecimal128Matrix(int rows,
int columns,
List<?> listOfArrays,
int scale) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
int |
getScale() |
boolean |
isNull(int row,
int column) |
protected void |
readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in) |
static void |
reverseByteArrayEvery8Byte(byte[] array) |
void |
set(int row,
int column,
Entity value) |
void |
setNull(int row,
int column) |
void |
setScale(int scale) |
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, typeToCategory, writeCompressedpublic BasicDecimal128Matrix(int rows,
int columns,
int scale)
public BasicDecimal128Matrix(int rows,
int columns,
List<?> listOfArrays,
int scale)
throws Exception
Exceptionpublic BasicDecimal128Matrix(ExtendedDataInput in) throws IOException
IOExceptionpublic boolean isNull(int row,
int column)
public void setNull(int row,
int column)
public Scalar get(int row, int column)
public void set(int row,
int column,
Entity value)
public void setScale(int scale)
public int getScale()
getScale in interface MatrixgetScale in class AbstractMatrixpublic 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 AbstractMatrixIOExceptionpublic static void reverseByteArrayEvery8Byte(byte[] array)
protected void writeVectorToOutputStream(ExtendedDataOutput out) throws IOException
writeVectorToOutputStream in class AbstractMatrixIOExceptionCopyright © 2026 DolphinDB. All rights reserved.