pub fn create_checkpoint_end_marker(num_blob_fields: u32) -> Field
Create the field that marks the end of a checkpoint. It's a concatenation of: CHECKPOINT_END_PREFIX | num_blob_fields
CHECKPOINT_END_PREFIX
num_blob_fields
CHECKPOINT_END_PREFIX occupies the bytes up to the point where num_blob_fields begins. num_blob_fields occupies 4 bytes.
Create the field that marks the end of a checkpoint. It's a concatenation of:
CHECKPOINT_END_PREFIX|num_blob_fieldsCHECKPOINT_END_PREFIXoccupies the bytes up to the point wherenum_blob_fieldsbegins.num_blob_fieldsoccupies 4 bytes.