Module last_row

Source
Expand description

Utilities to read the last row of each time series.

Structsยง

LastRowCacheReader ๐Ÿ”’
Last row reader that returns the cached last rows for row group.
LastRowReader ๐Ÿ”’
Reader to keep the last row for each time series. It assumes that batches from the input reader are
LastRowSelector
Common struct that selects only the last row of each time series.
RowGroupLastRowReader ๐Ÿ”’

Enumsยง

RowGroupLastRowCachedReader ๐Ÿ”’
Cached last row reader for specific row group. If the last rows for current row group are already cached, this reader returns the cached value. If cache misses, RowGroupLastRowReader reads last rows from row group and updates the cache upon finish.

Functionsยง

push_yielded_batches ๐Ÿ”’
Push last row into yielded_batches.