Skip to main content

Module time_series

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.
SeriesMap ๐Ÿ”’
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ยง

check_string_capacity ๐Ÿ”’
Checks whether a string field builder that currently holds current_len bytes can additionally accommodate space_needed bytes of string data, given that the offset of a single Arrow string array is limited to limit (i32::MAX in production).
checked_string_values_size ๐Ÿ”’
primary_key_schema ๐Ÿ”’
Creates an arrow SchemaRef that only contains primary keys of given region schema
prune_primary_key ๐Ÿ”’
scan_string_capacity ๐Ÿ”’
Scans all string fields of a batch and checks whether they can be accommodated.