SAP / olingo-jpa-processor-v4

The JPA Processor fills the gap between Olingo V4 and the database, by providing a mapping between JPA metadata and OData metadata, generating queries and supporting the entity manipulations.
Apache License 2.0
128 stars 80 forks source link

Group by : $apply & $groupby #372

Closed ib-haseeb closed 2 months ago

ib-haseeb commented 2 months ago

We are trying to implement this processor to use odata and we can see that $apply=groupby((Score),aggregate($count as total)) is not working.

"'$apply' is not implemented"

Is there any plan to implement $apply & $groupby in this library?

FYA @wog48

Thanks in advance.

wog48 commented 2 months ago

As of now there are no concrete planes to implement the Data Aggregation extension.