public class BasicDecimal32Matrix extends AbstractMatrix
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.DURATION, Entity.PARTITION_TYPE| Constructor and Description |
|---|
BasicDecimal32Matrix(ExtendedDataInput in) |
BasicDecimal32Matrix(int rows,
int columns,
int scale) |
BasicDecimal32Matrix(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) |
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 BasicDecimal32Matrix(int rows,
int columns,
int scale)
public BasicDecimal32Matrix(int rows,
int columns,
List<?> listOfArrays,
int scale)
throws Exception
Exceptionpublic BasicDecimal32Matrix(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 AbstractMatrixIOExceptionprotected void writeVectorToOutputStream(ExtendedDataOutput out) throws IOException
writeVectorToOutputStream in class AbstractMatrixIOExceptionCopyright © 2026 DolphinDB. All rights reserved.