public class BasicDateVector extends BasicIntVector
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 |
BasicDateVector(Entity.DATA_FORM df,
ExtendedDataInput in) |
protected |
BasicDateVector(Entity.DATA_FORM df,
int size) |
|
BasicDateVector(int size) |
|
BasicDateVector(int[] array) |
protected |
BasicDateVector(int[] array,
boolean copy) |
|
BasicDateVector(int size,
int capacity) |
|
BasicDateVector(List<Integer> list) |
| 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() |
LocalDate |
getDate(int index) |
Class<?> |
getElementClass() |
Vector |
getSubVector(int[] indices) |
void |
set(int index,
Object value) |
void |
setDate(int index,
LocalDate date) |
ByteBuffer |
writeVectorToBuffer(ByteBuffer buffer) |
add, addRange, asof, checkCapacity, deserialize, getdataArray, getInt, getSubArray, getUnitLength, getValues, hashBucket, isNull, rows, serialize, serialize, set, setInt, setNull, 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 BasicDateVector(int size)
public BasicDateVector(int size,
int capacity)
public BasicDateVector(int[] array)
protected BasicDateVector(int[] array,
boolean copy)
protected BasicDateVector(Entity.DATA_FORM df, int size)
protected BasicDateVector(Entity.DATA_FORM df, ExtendedDataInput in) throws IOException
IOExceptionpublic Entity.DATA_CATEGORY getDataCategory()
getDataCategory in interface EntitygetDataCategory in class BasicIntVectorpublic Entity.DATA_TYPE getDataType()
getDataType in interface EntitygetDataType in class BasicIntVectorpublic Entity get(int index)
get in interface Vectorget in class BasicIntVectorpublic Vector getSubVector(int[] indices)
getSubVector in interface VectorgetSubVector in class BasicIntVectorpublic LocalDate getDate(int index)
public void set(int index,
Object value)
set in interface Vectorset in class BasicIntVectorpublic void setDate(int index,
LocalDate date)
public Class<?> getElementClass()
getElementClass in interface VectorgetElementClass in class BasicIntVectorpublic Vector combine(Vector vector)
combine in interface Vectorcombine in class BasicIntVectorpublic ByteBuffer writeVectorToBuffer(ByteBuffer buffer) throws IOException
writeVectorToBuffer in class BasicIntVectorIOExceptionpublic void add(Object value)
add in interface Vectoradd in class BasicIntVectorpublic void Append(Scalar value) throws Exception
Append in interface VectorAppend in class BasicIntVectorExceptionCopyright © 2026 DolphinDB. All rights reserved.