public class BasicStringMatrix extends AbstractMatrix
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.DURATION, Entity.PARTITION_TYPE| Constructor and Description |
|---|
BasicStringMatrix(ExtendedDataInput in) |
BasicStringMatrix(ExtendedDataInput in,
boolean isSymbol) |
BasicStringMatrix(int rows,
int columns) |
BasicStringMatrix(int rows,
int columns,
List<String[]> list) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
int |
getScale() |
String |
getString() |
String |
getString(int row,
int column) |
boolean |
isNull(int row,
int column) |
protected void |
readMatrixFromInputStream(int rows,
int columns,
ExtendedDataInput in) |
void |
setNull(int row,
int column) |
void |
setString(int row,
int column,
String value) |
protected void |
writeVectorToOutputStream(ExtendedDataOutput out) |
columns, getColumnLabel, getColumnLabels, getDataForm, getIndex, getRowLabel, getRowLabels, 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 BasicStringMatrix(int rows,
int columns)
public BasicStringMatrix(int rows,
int columns,
List<String[]> list)
throws Exception
Exceptionpublic BasicStringMatrix(ExtendedDataInput in) throws IOException
IOExceptionpublic BasicStringMatrix(ExtendedDataInput in, boolean isSymbol) throws IOException
IOExceptionpublic void setString(int row,
int column,
String value)
public String getString()
getString in interface EntitygetString in class AbstractMatrixpublic String getString(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 AbstractMatrixIOExceptionpublic int getScale()
getScale in interface MatrixgetScale in class AbstractMatrixCopyright © 2025 DolphinDB. All rights reserved.