# Functions
DecodeLogRecordPst decodes the position information from a byte buffer.
EncodeLogRecord encodes a LogRecord and returns the byte array and length.
EncodeLogRecordPst encodes the position information of a log record.
GetDataFileName returns the file name for a data file.
OpenDataFile opens a new data file.
OpenHintFile opens the hint index file.
OpenMergeFinaFile opens the file that indicates merge completion.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
DataFile represents a data file.
LogRecord represents a record written to the data file.
LogRecordHeader represents the header information of a LogRecord.
LogRecordPst represents the in-memory index of data, mainly describing the location of data on disk.
TransactionRecord temporarily holds transaction-related data.
# Type aliases
No description provided by the author