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

Method IsSpatial

catalog/index.go:60–62  ·  view source on GitHub ↗

IsSpatial returns whether this index is a spatial index

()

Source from the content-addressed store, hash-verified

58
59// IsUnique returns whether this index is unique
60func (idx *Index) IsUnique() bool {
61 return idx.Unique
62}
63
64// IsSpatial returns whether this index is a spatial index
65func (idx *Index) IsSpatial() bool {

Callers 1

CreateIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected