tile38/internal
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
..
2019-10-30 10:17:59 -07:00
2021-07-08 06:46:08 -07:00
2022-09-12 17:06:27 -07:00
2022-09-12 17:06:27 -07:00
2022-09-21 18:29:01 -07:00
2022-09-19 17:47:38 -07:00