|
cuSBF
|
Per-record metadata inside a normalized record batch. More...
#include <normalized_record_batch.hpp>
Public Attributes | |
| uint64_t | record_index {} |
| Index in the source RecordBatchView. | |
| uint64_t | input_offset {} |
| Byte offset in the dense input sequence. | |
| uint64_t | size {} |
| Record payload size in bytes after normalization. | |
| uint64_t | valid_kmers {} |
| K-mer windows with no invalid symbols in this record. | |
Per-record metadata inside a normalized record batch.
Definition at line 20 of file normalized_record_batch.hpp.
| uint64_t cusbf::NormalizedRecord::input_offset {} |
Byte offset in the dense input sequence.
Definition at line 24 of file normalized_record_batch.hpp.
| uint64_t cusbf::NormalizedRecord::record_index {} |
Index in the source RecordBatchView.
Definition at line 22 of file normalized_record_batch.hpp.
| uint64_t cusbf::NormalizedRecord::size {} |
Record payload size in bytes after normalization.
Definition at line 26 of file normalized_record_batch.hpp.
| uint64_t cusbf::NormalizedRecord::valid_kmers {} |
K-mer windows with no invalid symbols in this record.
Definition at line 28 of file normalized_record_batch.hpp.