Documentation
¶
Overview ¶
Package dump provides utilities for dumping BanyanDB data.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ParseSeriesMetadata ¶
func ParseSeriesMetadata(partID uint64, seriesMetadata fs.Reader, partSeriesMap map[uint64]map[common.SeriesID]string) error
ParseSeriesMetadata parses series metadata from the given reader and stores EntityValues in partSeriesMap. It reads all data from the series metadata file, unmarshals Documents, and stores the mapping of SeriesID to EntityValues for use in CSV output.
func TryOpenSeriesMetadata ¶
TryOpenSeriesMetadata attempts to open the series metadata file (smeta.bin) in the given part path. The file is optional: a "not found" error yields (nil, nil) so callers can proceed without it. Any other open failure is returned so the caller can decide how to report it.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.