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

Struct SchemaNode

bitmap/pb.pb.go:3292–3303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3290}
3291
3292type SchemaNode struct {
3293 Predicate string `protobuf:"bytes,1,opt,name=predicate,proto3" json:"predicate,omitempty"`
3294 Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
3295 Index bool `protobuf:"varint,3,opt,name=index,proto3" json:"index,omitempty"`
3296 Tokenizer []string `protobuf:"bytes,4,rep,name=tokenizer,proto3" json:"tokenizer,omitempty"`
3297 Reverse bool `protobuf:"varint,5,opt,name=reverse,proto3" json:"reverse,omitempty"`
3298 Count bool `protobuf:"varint,6,opt,name=count,proto3" json:"count,omitempty"`
3299 List bool `protobuf:"varint,7,opt,name=list,proto3" json:"list,omitempty"`
3300 Upsert bool `protobuf:"varint,8,opt,name=upsert,proto3" json:"upsert,omitempty"`
3301 Lang bool `protobuf:"varint,9,opt,name=lang,proto3" json:"lang,omitempty"`
3302 NoConflict bool `protobuf:"varint,10,opt,name=no_conflict,json=noConflict,proto3" json:"no_conflict,omitempty"`
3303}
3304
3305func (m *SchemaNode) Reset() { *m = SchemaNode{} }
3306func (m *SchemaNode) String() string { return proto.CompactTextString(m) }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected