column_type {quasardb}R Documentation

Type of a timeseries column. Possible types of a timeseries column.

Description

Currently, a timeseries can have columns of the following types: - double - column of floating point values. - blob - column of binary data. - integer - column of signed 64-bit integer values. - timestamp - column of nanosecond-precision timestamps.

Usage

column_type

Format

An object of class list of length 4.


[Package quasardb version 3.3.0.0 Index]