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. - string - column of utf8 strings. - timestamp - column of nanosecond-precision timestamps.

Usage

column_type

Format

An object of class list of length 5.


[Package quasardb version 3.8.11.9000 Index]