public class BasicNanoTimestampVector extends BasicLongVector
AbstractVector.NumElementAndPartial, AbstractVector.OffectEntity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.DURATION, Entity.PARTITION_TYPEcapacity, size, valuescompressedMethod, GROWTH_FACTORCOMPRESS_DELTA, COMPRESS_LZ4, DISPLAY_ROWS| Modifier | Constructor and Description |
|---|---|
protected |
BasicNanoTimestampVector(Entity.DATA_FORM df,
ExtendedDataInput in) |
protected |
BasicNanoTimestampVector(Entity.DATA_FORM df,
int size) |
|
BasicNanoTimestampVector(int size) |
|
BasicNanoTimestampVector(int size,
int capacity) |
|
BasicNanoTimestampVector(List<Long> list) |
|
BasicNanoTimestampVector(long[] array) |
protected |
BasicNanoTimestampVector(long[] array,
boolean copy) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Object value) |
void |
Append(Scalar value) |
void |
Append(Vector value) |
Vector |
combine(Vector vector) |
Entity |
get(int index) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
LocalDateTime |
getNanoTimestamp(int index) |
Vector |
getSubVector(int[] indices) |
void |
set(int index,
Object value) |
void |
setNanoTimestamp(int index,
LocalDateTime dt) |
add, addRange, asof, checkCapacity, deserialize, getdataArray, getLong, getSubArray, getUnitLength, getValues, hashBucket, isNull, rows, serialize, serialize, set, setLong, setNull, writeVectorToBuffer, writeVectorToOutputStreamcheckCompressedMethod, columns, getDataForm, getExtraParamForType, getJsonString, getString, getString, getUnitLength, setCompressedMethod, setExtraParamForType, write, writeCompressedgetDataCategory, 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 BasicNanoTimestampVector(int size)
public BasicNanoTimestampVector(int size,
int capacity)
public BasicNanoTimestampVector(long[] array)
protected BasicNanoTimestampVector(long[] array,
boolean copy)
protected BasicNanoTimestampVector(Entity.DATA_FORM df, int size)
protected BasicNanoTimestampVector(Entity.DATA_FORM df, ExtendedDataInput in) throws IOException
IOExceptionpublic Entity.DATA_CATEGORY getDataCategory()
getDataCategory in interface EntitygetDataCategory in class BasicLongVectorpublic Entity.DATA_TYPE getDataType()
getDataType in interface EntitygetDataType in class BasicLongVectorpublic Entity get(int index)
get in interface Vectorget in class BasicLongVectorpublic Vector getSubVector(int[] indices)
getSubVector in interface VectorgetSubVector in class BasicLongVectorpublic LocalDateTime getNanoTimestamp(int index)
public void set(int index,
Object value)
set in interface Vectorset in class BasicLongVectorpublic void setNanoTimestamp(int index,
LocalDateTime dt)
public Class<?> getElementClass()
getElementClass in interface VectorgetElementClass in class BasicLongVectorpublic Vector combine(Vector vector)
combine in interface Vectorcombine in class BasicLongVectorpublic void add(Object value)
add in interface Vectoradd in class BasicLongVectorpublic void Append(Scalar value) throws Exception
Append in interface VectorAppend in class BasicLongVectorExceptionCopyright © 2026 DolphinDB. All rights reserved.