| Package | Description |
|---|---|
| net.quasardb.qdb.ts |
| Modifier and Type | Field and Description |
|---|---|
Value.Type |
Writer.TableColumn.type |
| Modifier and Type | Method and Description |
|---|---|
Value.Type |
Column.Type.asValueType() |
static Value.Type |
Value.Type.fromInt(int type) |
Value.Type[] |
Table.getColumnTypesAsValueTypes()
Returns the types of the values that are used to represent data for each column.
|
Value.Type |
Value.getType() |
static Value.Type |
Value.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Value.Type[] |
Value.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Series |
Series.get(Session session,
String tableName,
String columnName,
Value.Type valueType) |
static Series |
Series.get(Session session,
String tableName,
String columnName,
Value.Type valueType,
TimeRange range) |
static Series |
Series.get(Session session,
String tableName,
String columnName,
Value.Type valueType,
TimeRange[] ranges) |
void |
Value.setNative(long batchTable,
Value.Type columnType,
int offset) |
| Constructor and Description |
|---|
PinnedMatrix(Value.Type[] columnTypes) |
Series(Value.Type valueType,
Series.Data values) |
TableColumn(String table,
Value.Type type,
String column) |
Value(Value.Type type) |
Copyright © 2022. All rights reserved.