OSGeo / gdal

GDAL is an open source MIT licensed translator library for raster and vector geospatial data formats.
https://gdal.org
Other
4.91k stars 2.55k forks source link

Does ogr sql have plans to implement GroupBy? #10882

Open liyq0307 opened 1 month ago

liyq0307 commented 1 month ago

Feature description

Does ogr sql have plans to implement GroupBy?

Additional context

Does ogr sql have plans to implement GroupBy?

jratike80 commented 1 month ago

OOG SQL typically deals with features and I think that GroupBy makes sense only with aggregate functions like ST_Union that is only available in SQLite dialect and in native SQL dialects.

What is your use case? Is is something that the SQLite dialect does not handle?