jirutka / rsql-parser

Parser for RSQL / FIQL – query language for RESTful APIs
739 stars 156 forks source link

Add Aggregate of Max, Sum operator support #23

Open dddu88 opened 8 years ago

dddu88 commented 8 years ago

Hi Guys,

Is there a way to add Max(property) kind of aggregate operators support? any hints about how to implement ?

Thanks Dave