mirror of
https://github.com/dolthub/dolt.git
synced 2026-05-04 11:30:14 -05:00
adding spatial index bool to flatbuffers
This commit is contained in:
@@ -350,6 +350,7 @@ func serializeSecondaryIndexes(b *fb.Builder, sch schema.Schema, indexes []schem
|
||||
serial.IndexAddUniqueKey(b, idx.IsUnique())
|
||||
serial.IndexAddSystemDefined(b, !idx.IsUserDefined())
|
||||
serial.IndexAddPrefixLengths(b, po)
|
||||
//serial.IndexAddSpatialKey(b, idx.IsSpatial())
|
||||
offs[i] = serial.IndexEnd(b)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user