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

Struct SortMessage

bitmap/pb.pb.go:871–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

869}
870
871type SortMessage struct {
872 Order []*Order `protobuf:"bytes,1,rep,name=order,proto3" json:"order,omitempty"`
873 UidMatrix []*List `protobuf:"bytes,2,rep,name=uid_matrix,json=uidMatrix,proto3" json:"uid_matrix,omitempty"`
874 Count int32 `protobuf:"varint,3,opt,name=count,proto3" json:"count,omitempty"`
875 Offset int32 `protobuf:"varint,4,opt,name=offset,proto3" json:"offset,omitempty"`
876 ReadTs uint64 `protobuf:"varint,13,opt,name=read_ts,json=readTs,proto3" json:"read_ts,omitempty"`
877}
878
879func (m *SortMessage) Reset() { *m = SortMessage{} }
880func (m *SortMessage) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected