tile38/internal/collection
tidwall 2075bbeae4 Allow for queries GeoJSON properties
This commit allows for performing WHERE on the object's GeoJSON
properties member.

For example:

    SET fleet truck1 OBJECT '{"type":"Feature","geometry":{"type":"Point","coordinates":[-112,33]},"properties":{"speed":50}}'

You can now do:

    SCAN fleet WHERE properties.speed > 50
2022-10-20 14:26:34 -07:00
..
collection.go Fixed zero-field to deleting existing field 2022-10-19 04:36:17 -07:00
collection_test.go Remove created field 2022-09-21 10:03:53 -07:00
geodesic.go Immutable Object type 2022-09-20 14:20:53 -07:00
string.go Allow for queries GeoJSON properties 2022-10-20 14:26:34 -07:00