cuSBF
Loading...
Searching...
No Matches
Public Attributes | List of all members
cusbf::NormalizedRecord Struct Reference

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.
 

Detailed Description

Per-record metadata inside a normalized record batch.

Definition at line 20 of file normalized_record_batch.hpp.

Member Data Documentation

◆ input_offset

uint64_t cusbf::NormalizedRecord::input_offset {}

Byte offset in the dense input sequence.

Definition at line 24 of file normalized_record_batch.hpp.

24{};

◆ record_index

uint64_t cusbf::NormalizedRecord::record_index {}

Index in the source RecordBatchView.

Definition at line 22 of file normalized_record_batch.hpp.

22{};

◆ size

uint64_t cusbf::NormalizedRecord::size {}

Record payload size in bytes after normalization.

Definition at line 26 of file normalized_record_batch.hpp.

26{};

◆ valid_kmers

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.

28{};

The documentation for this struct was generated from the following file: