public class BasicInt128Vector extends AbstractVector
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPE| Modifier and Type | Field and Description |
|---|---|
protected Long2[] |
values |
buf, BUF_SIZEDISPLAY_ROWS| Modifier | Constructor and Description |
|---|---|
protected |
BasicInt128Vector(Entity.DATA_FORM df,
ExtendedDataInput in) |
protected |
BasicInt128Vector(Entity.DATA_FORM df,
int size) |
|
BasicInt128Vector(int size) |
|
BasicInt128Vector(List<Long2> list) |
|
BasicInt128Vector(Long2[] array) |
| Modifier and Type | Method and Description |
|---|---|
Vector |
combine(Vector vector) |
Scalar |
get(int index) |
Entity.DATA_CATEGORY |
getDataCategory() |
Entity.DATA_TYPE |
getDataType() |
Class<?> |
getElementClass() |
int |
hashBucket(int index,
int buckets) |
boolean |
isNull(int index) |
int |
rows() |
void |
set(int index,
Scalar value) |
void |
setInt128(int index,
long highValue,
long lowValue) |
void |
setNull(int index) |
protected void |
writeVectorToOutputStream(ExtendedDataOutput out) |
columns, getDataForm, getString, writegetDataCategory, 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, typeToCategoryprotected Long2[] values
public BasicInt128Vector(int size)
public BasicInt128Vector(Long2[] array)
protected BasicInt128Vector(Entity.DATA_FORM df, int size)
protected BasicInt128Vector(Entity.DATA_FORM df, ExtendedDataInput in) throws IOException
IOExceptionpublic Scalar get(int index)
public void setInt128(int index,
long highValue,
long lowValue)
public int hashBucket(int index,
int buckets)
hashBucket in interface VectorhashBucket in class AbstractVectorpublic boolean isNull(int index)
public void setNull(int index)
public Entity.DATA_CATEGORY getDataCategory()
public Entity.DATA_TYPE getDataType()
public Class<?> getElementClass()
public int rows()
protected void writeVectorToOutputStream(ExtendedDataOutput out) throws IOException
writeVectorToOutputStream in class AbstractVectorIOExceptionCopyright © 2020 DolphinDB. All rights reserved.