public interface Vector extends Entity
Entity.DATA_CATEGORY, Entity.DATA_FORM, Entity.DATA_TYPE, Entity.PARTITION_TYPE| Modifier and Type | Field and Description |
|---|---|
static int |
DISPLAY_ROWS |
| Modifier and Type | Method and Description |
|---|---|
int |
asof(Scalar value) |
Vector |
combine(Vector vector) |
Scalar |
get(int index) |
Class<?> |
getElementClass() |
Vector |
getSubVector(int[] indices) |
int |
hashBucket(int index,
int buckets) |
boolean |
isNull(int index) |
void |
set(int index,
Scalar value) |
void |
setNull(int index) |
columns, getDataCategory, getDataForm, getDataType, getString, isChart, isChunk, isDictionary, isMatrix, isPair, isScalar, isTable, isVector, rows, typeToCategory, writestatic final int DISPLAY_ROWS
Copyright © 2021 DolphinDB. All rights reserved.