Structsยง
- Iter ๐
- Metrics ๐
- Metrics for reading the memtable.
- Series
- A
Seriesholds a list of field values of some given primary key. - Series
Map ๐ - 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 ๐ ValueBuilderholds all the vector builders for field columns.- Values
- Values holds an immutable vectors of field columns, including
sequenceandop_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_lenbytes can additionally accommodatespace_neededbytes of string data, given that the offset of a single Arrow string array is limited tolimit(i32::MAXin 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.