public class BasicDateTimeVector extends BasicIntVector
AbstractVector.NumElementAndPartial, AbstractVector.OffectEntity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.DURATION, Entity.PARTITION_TYPEcapaticy, size, valuescompressedMethodCOMPRESS_DELTA, COMPRESS_LZ4, DISPLAY_ROWS| Modifier | Constructor and Description |
|---|---|
protected |
BasicDateTimeVector(Entity.DATA_FORM df,
ExtendedDataInput in) |
protected |
BasicDateTimeVector(Entity.DATA_FORM df,
int size) |
|
BasicDateTimeVector(int size) |
|
BasicDateTimeVector(int[] array) |
protected |
BasicDateTimeVector(int[] array,
boolean copy) |
|
BasicDateTimeVector(List<Integer> list) |
| Modifier and Type | Method and Description |
|---|---|
void |
Append(Scalar value) |
void |
Append(Vector value) |
Vector |
combine(Vector vector) |
Entity |
get(int index) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
LocalDateTime |
getDateTime(int index) |
Class<?> |
getElementClass() |
Vector |
getSubVector(int[] indices) |
void |
setDateTime(int index,
LocalDateTime dt) |
ByteBuffer |
writeVectorToBuffer(ByteBuffer buffer) |
add, addRange, asof, deserialize, getdataArray, getInt, getSubArray, getUnitLength, hashBucket, isNull, rows, serialize, serialize, set, setInt, setNull, writeVectorToOutputStreamcheckCompressedMethod, columns, getDataForm, getExtraParamForType, getJsonString, getString, getString, getUnitLength, setCompressedMethod, 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 BasicDateTimeVector(int size)
public BasicDateTimeVector(int[] array)
protected BasicDateTimeVector(int[] array,
boolean copy)
protected BasicDateTimeVector(Entity.DATA_FORM df, int size)
protected BasicDateTimeVector(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 LocalDateTime getDateTime(int index)
public void setDateTime(int index,
LocalDateTime dt)
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 Append(Scalar value) throws Exception
Append in interface VectorAppend in class BasicIntVectorExceptionCopyright © 2023 DolphinDB. All rights reserved.