MCPcopy
hub / github.com/dgraph-io/dgraph / IntTokenizer

Struct IntTokenizer

tok/tok.go:275–275  ·  view source on GitHub ↗

IntTokenizer generates tokens from integer data.

Source from the content-addressed store, hash-verified

273
274// IntTokenizer generates tokens from integer data.
275type IntTokenizer struct{}
276
277func (t IntTokenizer) Name() string { return "int" }
278func (t IntTokenizer) Type() string { return "int" }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected