Package net.quasardb.qdb.ts
Class Points
java.lang.Object
net.quasardb.qdb.ts.Points
Point-based (or column-oriented) API, which can be used for high-speed
reading / writing of single-column timeseries data.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static class
static class
static class
static class
static class
static class
static class
protected static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionblobs()
doubles()
boolean
static Points
get
(Session session, String tableName, String columnName, Column.Type columnType) static Points
static Points
get
(Session session, String tableName, String columnName, Column.Type columnType, TimeRange[] ranges) static Points
get
(Session session, String tableName, String columnName, Value.Type valueType) static Points
static Points
static Points
static Points
static Points
static void
static void
static void
static void
int64s()
static Points
static Points
ofBlobs
(Timespecs xs, ByteBuffer[] ys) static Points
static Points
static Points
static Points
static Points
static Points
static Points
static Points
ofTimestamps
(Timespecs xs, Timespecs ys) strings()
toString()
-
Constructor Details
-
Points
-
-
Method Details
-
ofBlobs
-
ofBlobs
-
ofStrings
-
ofStrings
-
ofDoubles
-
ofDoubles
-
ofInt64s
-
ofInt64s
-
ofTimestamps
-
ofTimestamps
-
blobs
-
strings
-
doubles
-
int64s
-
timestamps
-
insert
-
insert
-
insert
-
insert
-
get
-
get
-
get
-
get
public static Points get(Session session, String tableName, String columnName, Column.Type columnType) -
get
public static Points get(Session session, String tableName, String columnName, Value.Type valueType) -
get
-
get
-
get
-
get
-
equals
-
toString
-