| Modifier and Type | Method and Description |
|---|---|
TsPrimitiveType |
TimeValuePair.getValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
TimeValuePair.setValue(TsPrimitiveType value) |
| Constructor and Description |
|---|
TimeValuePair(long timestamp,
TsPrimitiveType value) |
| Modifier and Type | Method and Description |
|---|---|
TsPrimitiveType |
BatchData.currentTsPrimitiveType() |
TsPrimitiveType[] |
BatchData.getVector() |
TsPrimitiveType[] |
BatchData.getVectorByIndex(int idx)
Get the idx th vector value by the time ascending order
|
TsPrimitiveType[] |
DescReadWriteBatchData.getVectorByIndex(int idx) |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchData.putVector(long t,
TsPrimitiveType[] v)
put vector data.
|
void |
DescReadWriteBatchData.putVector(long t,
TsPrimitiveType[] v)
put vector data.
|
static void |
Field.setTsPrimitiveValue(TsPrimitiveType value,
Field field) |
void |
BatchData.setVector(TsPrimitiveType[] v) |
| Modifier and Type | Method and Description |
|---|---|
TsPrimitiveType |
BooleanColumn.getTsPrimitiveType(int position) |
TsPrimitiveType |
DoubleColumn.getTsPrimitiveType(int position) |
default TsPrimitiveType |
Column.getTsPrimitiveType(int position)
Gets a TsPrimitiveType at
position. |
TsPrimitiveType |
BinaryColumn.getTsPrimitiveType(int position) |
TsPrimitiveType |
FloatColumn.getTsPrimitiveType(int position) |
TsPrimitiveType |
LongColumn.getTsPrimitiveType(int position) |
TsPrimitiveType |
IntColumn.getTsPrimitiveType(int position) |
TsPrimitiveType |
RunLengthEncodedColumn.getTsPrimitiveType(int position) |
| Modifier and Type | Method and Description |
|---|---|
ColumnBuilder |
BinaryColumnBuilder.writeTsPrimitiveType(TsPrimitiveType value) |
ColumnBuilder |
BooleanColumnBuilder.writeTsPrimitiveType(TsPrimitiveType value) |
ColumnBuilder |
LongColumnBuilder.writeTsPrimitiveType(TsPrimitiveType value) |
default ColumnBuilder |
ColumnBuilder.writeTsPrimitiveType(TsPrimitiveType value)
Write a TsPrimitiveType sequences to the current entry;
|
ColumnBuilder |
FloatColumnBuilder.writeTsPrimitiveType(TsPrimitiveType value) |
ColumnBuilder |
IntColumnBuilder.writeTsPrimitiveType(TsPrimitiveType value) |
ColumnBuilder |
DoubleColumnBuilder.writeTsPrimitiveType(TsPrimitiveType value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ValueFilter.VectorValueIn.satisfy(long time,
TsPrimitiveType[] values) |
boolean |
ValueFilter.VectorValueEq.satisfy(long time,
TsPrimitiveType[] values) |
boolean |
ValueFilter.VectorValueGt.satisfy(long time,
TsPrimitiveType[] values) |
boolean |
ValueFilter.VectorValueGtEq.satisfy(long time,
TsPrimitiveType[] values) |
boolean |
ValueFilter.VectorValueLt.satisfy(long time,
TsPrimitiveType[] values) |
boolean |
ValueFilter.VectorValueLtEq.satisfy(long time,
TsPrimitiveType[] values) |
boolean |
ValueFilter.VectorValueNotEq.satisfy(long time,
TsPrimitiveType[] values) |
boolean |
ValueFilter.VectorValueRegexp.satisfy(long time,
TsPrimitiveType[] values) |
boolean |
ValueFilter.VectorValueLike.satisfy(long time,
TsPrimitiveType[] values) |
| Modifier and Type | Method and Description |
|---|---|
TsPrimitiveType |
ValuePageReader.nextValue(long timestamp,
int timeIndex) |
TsPrimitiveType[] |
ValuePageReader.nextValueBatch(long[] timeBatch)
return the value array of the corresponding time, if this sub sensor don't have a value in a
time, just fill it with null
|
| Modifier and Type | Class and Description |
|---|---|
static class |
TsPrimitiveType.TsBinary |
static class |
TsPrimitiveType.TsBoolean |
static class |
TsPrimitiveType.TsDouble |
static class |
TsPrimitiveType.TsFloat |
static class |
TsPrimitiveType.TsInt |
static class |
TsPrimitiveType.TsLong |
static class |
TsPrimitiveType.TsVector |
| Modifier and Type | Method and Description |
|---|---|
static TsPrimitiveType |
TsPrimitiveType.getByType(TSDataType dataType)
get tsPrimitiveType by resultDataType.
|
static TsPrimitiveType |
TsPrimitiveType.getByType(TSDataType dataType,
Object v)
get tsPrimitiveType by resultDataType and initial value.
|
TsPrimitiveType[] |
TsPrimitiveType.getVector() |
TsPrimitiveType[] |
TsPrimitiveType.TsVector.getVector() |
| Modifier and Type | Method and Description |
|---|---|
void |
TsPrimitiveType.setVector(TsPrimitiveType[] val) |
void |
TsPrimitiveType.TsVector.setVector(TsPrimitiveType[] vals) |
| Constructor and Description |
|---|
TsVector(TsPrimitiveType[] values) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlignedChunkWriterImpl.write(long time,
TsPrimitiveType[] points) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.