public class BasicTimestampVector 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 |
BasicTimestampVector(Entity.DATA_FORM df,
ExtendedDataInput in) |
protected |
BasicTimestampVector(Entity.DATA_FORM df,
int size) |
|
BasicTimestampVector(int size) |
|
BasicTimestampVector(int size,
int capacity) |
|
BasicTimestampVector(List<Long> list) |
|
BasicTimestampVector(long[] array) |
|
BasicTimestampVector(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() |
Vector |
getSubVector(int[] indices) |
LocalDateTime |
getTimestamp(int index) |
void |
set(int index,
Object value) |
void |
setTimestamp(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 BasicTimestampVector(int size)
public BasicTimestampVector(int size,
int capacity)
public BasicTimestampVector(long[] array)
public BasicTimestampVector(long[] array,
boolean copy)
protected BasicTimestampVector(Entity.DATA_FORM df, int size)
protected BasicTimestampVector(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 getTimestamp(int index)
public void set(int index,
Object value)
set in interface Vectorset in class BasicLongVectorpublic void setTimestamp(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.