public interface Matrix extends Entity
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPE| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
Scalar |
getColumnLabel(int column) |
Vector |
getColumnLabels() |
Class<?> |
getElementClass() |
Scalar |
getRowLabel(int row) |
Vector |
getRowLabels() |
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, writeboolean isNull(int row,
int column)
void setNull(int row,
int column)
Scalar getRowLabel(int row)
Scalar getColumnLabel(int column)
Scalar get(int row, int column)
Vector getRowLabels()
Vector getColumnLabels()
boolean hasRowLabel()
boolean hasColumnLabel()
Class<?> getElementClass()
Copyright © 2019 DolphinDB. All rights reserved.