package
0.0.0-20240207050742-b105dfa0f37a
Repository: https://github.com/arturom/datadiff.git
Documentation: pkg.go.dev
# Structs
Bin represents a histogram bin.
Histogram is a structure composed of bins.
MergedHistogram is a structure composed of PairedBinsMap and the bin capacity.
PairedBin describes the counts of records from two different data sources for the same range.
# Type aliases
Bin is a slice of bins.
PairedBinsMap describes a map of paired bins where the keys are the bin keys.