GeoMetadata contains metadata associated with Geospatial data types.
| 546 | |
| 547 | // GeoMetadata contains metadata associated with Geospatial data types. |
| 548 | type GeoMetadata struct { |
| 549 | SRID github_com_cockroachdb_cockroach_pkg_geo_geopb.SRID `protobuf:"varint,1,opt,name=srid,casttype=github.com/dolthub/doltgresql/postgres/parser/geo/geopb.SRID" json:"srid"` |
| 550 | ShapeType geopb.ShapeType `protobuf:"varint,2,opt,name=shape_type,json=shapeType,enum=cockroach.geopb.ShapeType" json:"shape_type"` |
| 551 | } |
| 552 | |
| 553 | func (m *GeoMetadata) Reset() { *m = GeoMetadata{} } |
| 554 | func (m *GeoMetadata) String() string { return proto.CompactTextString(m) } |
nothing calls this directly
no outgoing calls
no test coverage detected