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

Ordered non-overlapping byte range for one record inside a dense sequence batch. More...

#include <Fastx.hpp>

Public Attributes

uint64_t sequenceOffset {}
 Byte offset into RecordBatchView::sequence.
 
uint64_t sequenceBytes {}
 Payload length in bytes (symbol-aligned).
 

Detailed Description

Ordered non-overlapping byte range for one record inside a dense sequence batch.

Definition at line 24 of file Fastx.hpp.

Member Data Documentation

◆ sequenceBytes

uint64_t cusbf::RecordRange::sequenceBytes {}

Payload length in bytes (symbol-aligned).

Definition at line 28 of file Fastx.hpp.

28{};

◆ sequenceOffset

uint64_t cusbf::RecordRange::sequenceOffset {}

Byte offset into RecordBatchView::sequence.

Definition at line 26 of file Fastx.hpp.

26{};

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