| Package | Description |
|---|---|
| net.quasardb.qdb.jni | |
| net.quasardb.qdb.ts |
| Modifier and Type | Method and Description |
|---|---|
static int |
qdb.ts_batch_set_pinned_timestamps(long handle,
long batchTable,
long shard,
int columnIndex,
long[] timeoffsets,
Timespecs values) |
static void |
qdb.ts_exp_batch_set_column_from_timestamp(long batchTables,
long tableNum,
long columnNum,
String name,
Timespecs values) |
static void |
qdb.ts_exp_batch_set_table_data(long batchTables,
long tableNum,
String tableName,
Timespecs timespecs) |
static int |
qdb.ts_series_insert(long handle,
String tableName,
String columnName,
Timespecs timespecs,
int valueType,
Object values) |
| Modifier and Type | Field and Description |
|---|---|
Timespecs |
Series.Data.timespecs |
| Modifier and Type | Method and Description |
|---|---|
static Timespecs |
Values.asPrimitiveTimestampArray(it.unimi.dsi.fastutil.objects.ObjectArrayList<Value> in) |
static Timespecs |
Timespecs.ofArray(ArrayList<Timespec> xs) |
static Timespecs |
Timespecs.ofArray(Timespec[] xs) |
| Modifier and Type | Method and Description |
|---|---|
static Series |
Series.ofBlobs(Timespecs xs,
ByteBuffer[] ys) |
static Series |
Series.ofDoubles(Timespecs xs,
double[] ys) |
static Series |
Series.ofInt64s(Timespecs xs,
long[] ys) |
static Series |
Series.ofStrings(Timespecs xs,
String[] ys) |
static Series |
Series.ofTimestamps(Timespecs xs,
Timespecs ys) |
protected boolean |
Series.TimestampData.typedValueEquals(Timespecs o) |
| Constructor and Description |
|---|
ArrayData(Timespecs timespecs,
T values) |
BlobData(Timespecs timespecs,
ByteBuffer[] values) |
Data(Timespecs timespecs,
Object values) |
DoubleData(Timespecs timespecs,
double[] values) |
Int64Data(Timespecs timespecs,
long[] values) |
StringData(Timespecs timespecs,
String[] values) |
TimestampData(Timespecs timespecs,
Timespecs values) |
TypedData(Timespecs timespecs,
T values) |
Copyright © 2022. All rights reserved.