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