public class BasicNanoTimestampMatrix extends BasicLongMatrix
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPEbuf, BUF_SIZE, columns, rows| Constructor and Description |
|---|
BasicNanoTimestampMatrix(ExtendedDataInput in) |
BasicNanoTimestampMatrix(int rows,
int columns) |
BasicNanoTimestampMatrix(int rows,
int columns,
List<long[]> listOfArrays) |
| Modifier and Type | Method and Description |
|---|---|
Scalar |
get(int row,
int column) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
LocalDateTime |
getNanoTimestamp(int row,
int column) |
void |
setNanoTimestamp(int row,
int column,
LocalDateTime value) |
getLong, isNull, readMatrixFromInputStream, setLong, setNull, writeVectorToOutputStreamcolumns, 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, typeToCategorypublic BasicNanoTimestampMatrix(int rows,
int columns)
public BasicNanoTimestampMatrix(int rows,
int columns,
List<long[]> listOfArrays)
throws Exception
Exceptionpublic BasicNanoTimestampMatrix(ExtendedDataInput in) throws IOException
IOExceptionpublic void setNanoTimestamp(int row,
int column,
LocalDateTime value)
public LocalDateTime getNanoTimestamp(int row, int column)
public Scalar get(int row, int column)
get in interface Matrixget in class BasicLongMatrixpublic Entity.DATA_CATEGORY getDataCategory()
getDataCategory in interface EntitygetDataCategory in class BasicLongMatrixpublic Entity.DATA_TYPE getDataType()
getDataType in interface EntitygetDataType in class BasicLongMatrixpublic Class<?> getElementClass()
getElementClass in interface MatrixgetElementClass in class BasicLongMatrixCopyright © 2019 DolphinDB. All rights reserved.