MCPcopy Create free account
hub / github.com/dgraph-io/dgraph-benchmarks / PostingList

Struct PostingList

bitmap/pb.pb.go:2841–2846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2839}
2840
2841type PostingList struct {
2842 Pack *UidPack `protobuf:"bytes,1,opt,name=pack,proto3" json:"pack,omitempty"`
2843 Postings []*Posting `protobuf:"bytes,2,rep,name=postings,proto3" json:"postings,omitempty"`
2844 CommitTs uint64 `protobuf:"varint,3,opt,name=commit_ts,json=commitTs,proto3" json:"commit_ts,omitempty"`
2845 Splits []uint64 `protobuf:"varint,4,rep,packed,name=splits,proto3" json:"splits,omitempty"`
2846}
2847
2848func (m *PostingList) Reset() { *m = PostingList{} }
2849func (m *PostingList) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected