public interface Matrix extends Entity
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.DURATION, Entity.PARTITION_TYPE| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
Entity |
getColumnLabel(int column) |
Vector |
getColumnLabels() |
Class<?> |
getElementClass() |
Entity |
getRowLabel(int row) |
Vector |
getRowLabels() |
int |
getScale() |
boolean |
hasColumnLabel() |
boolean |
hasRowLabel() |
boolean |
isNull(int row,
int column) |
void |
setNull(int row,
int column) |
columns, getDataCategory, getDataForm, getDataType, getString, isChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVector, rows, typeToCategory, write, writeCompressedboolean isNull(int row,
int column)
void setNull(int row,
int column)
Entity getRowLabel(int row)
Entity getColumnLabel(int column)
Scalar get(int row, int column)
Vector getRowLabels()
Vector getColumnLabels()
boolean hasRowLabel()
boolean hasColumnLabel()
Class<?> getElementClass()
int getScale()
Copyright © 2025 DolphinDB. All rights reserved.