package
1.0.9
Repository: https://github.com/crypto-org-chain/cronos.git
Documentation: pkg.go.dev

# Functions

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
IterateChangeSets iterate the change set files,.
IterateVersions iterate the version numbers in change set files, skipping the change set payloads.
No description provided by the author
No description provided by the author
ReadChangeSet decode a version of change set from reader.
ReadFirstVersion parse the first version number in the change set file.
No description provided by the author
SortFilesByFirstVerson parse the first version of the change set files and associate with the file name, then sort them by version number, also filter out empty files.
No description provided by the author
WrapReader wraps reader and closer together to create a new io.ReadCloser.
WriteChangeSet writes a version of change sets to writer.

# 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
SizeKeyLength is the number of bytes used to encode key length in sort payload.
No description provided by the author
No description provided by the author
We creates the temporary sst files in the target database to make sure the file renaming is cheap in ingestion part.
No description provided by the author

# Structs

No description provided by the author
Options defines the customizable settings of ChangeSetGroupCmd.
No description provided by the author

# Interfaces

ReadCloser combines `Reader` and `io.Closer`.
Reader combines `io.Reader` and `io.ByteReader`.