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 }