public class BasicTimeVector 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 |
BasicTimeVector(Entity.DATA_FORM df,
ExtendedDataInput in) |
protected |
BasicTimeVector(Entity.DATA_FORM df,
int size) |
|
BasicTimeVector(int size) |
|
BasicTimeVector(int[] array) |
protected |
BasicTimeVector(int[] array,
boolean copy) |
|
BasicTimeVector(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() |
Class<?> |
getElementClass() |
Vector |
getSubVector(int[] indices) |
LocalTime |
getTime(int index) |
void |
setTime(int index,
LocalTime time) |
add, addRange, asof, deserialize, getdataArray, getInt, getSubArray, getUnitLength, getValues, hashBucket, isNull, rows, serialize, serialize, set, setInt, 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 BasicTimeVector(int size)
public BasicTimeVector(int[] array)
protected BasicTimeVector(int[] array,
boolean copy)
protected BasicTimeVector(Entity.DATA_FORM df, int size)
protected BasicTimeVector(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 LocalTime getTime(int index)
public void setTime(int index,
LocalTime time)
public Class<?> getElementClass()
getElementClass in interface VectorgetElementClass in class BasicIntVectorpublic Vector combine(Vector vector)
combine in interface Vectorcombine in class BasicIntVectorpublic void Append(Scalar value) throws Exception
Append in interface VectorAppend in class BasicIntVectorExceptionCopyright © 2024 DolphinDB. All rights reserved.