Module time_series

Source

Structsยง

Iter ๐Ÿ”’
Metrics ๐Ÿ”’
Metrics for reading the memtable.
Series ๐Ÿ”’
A Series holds a list of field values of some given primary key.
SeriesSet ๐Ÿ”’
TimeSeriesIterBuilder ๐Ÿ”’
TimeSeriesMemtable
Memtable implementation that groups rows by their primary key.
TimeSeriesMemtableBuilder
Builder to build TimeSeriesMemtable.
ValueBuilder ๐Ÿ”’
ValueBuilder holds all the vector builders for field columns.
Values ๐Ÿ”’
Values holds an immutable vectors of field columns, including sequence and op_type.

Constantsยง

BUILDER_CAPACITY ๐Ÿ”’
Vector builder capacity.
INITIAL_BUILDER_CAPACITY ๐Ÿ”’
Initial vector builder capacity.

Functionsยง

primary_key_schema ๐Ÿ”’
Creates an arrow SchemaRef that only contains primary keys of given region schema
prune_primary_key ๐Ÿ”’

Type Aliasesยง

SeriesRwLockMap ๐Ÿ”’