Structsยง
- Iter ๐
- Metrics ๐
- Metrics for reading the memtable.
- Series ๐
- A
Series
holds a list of field values of some given primary key. - Series
Set ๐ - Time
Series ๐Iter Builder - Time
Series Memtable - Memtable implementation that groups rows by their primary key.
- Time
Series Memtable Builder - Builder to build TimeSeriesMemtable.
- Value
Builder ๐ ValueBuilder
holds all the vector builders for field columns.- Values ๐
- Values holds an immutable vectors of field columns, including
sequence
andop_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ยง
- Series
RwLock ๐Map