MCPcopy Create free account
hub / github.com/apecloud/myduckserver / IsFullText

Method IsFullText

catalog/index.go:65–67  ·  view source on GitHub ↗

IsFullText returns whether this index is a Full-Text index

()

Source from the content-addressed store, hash-verified

63
64// IsUnique returns whether this index is unique
65func (idx *Index) IsUnique() bool {
66 return idx.Unique
67}
68
69// IsSpatial returns whether this index is a spatial index
70func (idx *Index) IsSpatial() bool {

Callers 1

CreateIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected