Per-record query payload emitted by query_record_batch().
More...
#include <Fastx.hpp>
|
| uint64_t | record_index {} |
| | Index in the source batch.
|
| |
| std::string_view | sequence {} |
| | Record sequence slice (normalized layout).
|
| |
| uint64_t | queriedBases {} |
| | Bases included in the query window.
|
| |
| uint64_t | queriedKmers {} |
| | K-mer windows evaluated (valid symbols only).
|
| |
| uint64_t | positive_kmers {} |
| | K-mers reported present in the filter.
|
| |
| std::span< const uint8_t > | hits {} |
| | Per-k-mer hits (1 = present), valid only in callback.
|
| |
Per-record query payload emitted by query_record_batch().
Definition at line 135 of file Fastx.hpp.
◆ hits
| std::span<const uint8_t> cusbf::RecordQueryView::hits {} |
Per-k-mer hits (1 = present), valid only in callback.
Definition at line 147 of file Fastx.hpp.
◆ positive_kmers
| uint64_t cusbf::RecordQueryView::positive_kmers {} |
K-mers reported present in the filter.
Definition at line 145 of file Fastx.hpp.
◆ queriedBases
| uint64_t cusbf::RecordQueryView::queriedBases {} |
Bases included in the query window.
Definition at line 141 of file Fastx.hpp.
◆ queriedKmers
| uint64_t cusbf::RecordQueryView::queriedKmers {} |
K-mer windows evaluated (valid symbols only).
Definition at line 143 of file Fastx.hpp.
◆ record_index
| uint64_t cusbf::RecordQueryView::record_index {} |
Index in the source batch.
Definition at line 137 of file Fastx.hpp.
◆ sequence
| std::string_view cusbf::RecordQueryView::sequence {} |
Record sequence slice (normalized layout).
Definition at line 139 of file Fastx.hpp.
The documentation for this struct was generated from the following file: