aboutsummaryrefslogtreecommitdiff
path: root/stat.go
blob: 2020d9a414b937014f95b3614d3248d43da41bb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
package bolt

type stat struct {
	PageSize          int
	Depth             int
	BranchPageCount   int
	LeafPageCount     int
	OverflowPageCount int
	EntryCount        int
}