You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* creating sum aggregation
* creating avg aggregation
* refactoring code to configure alias into an aggregation
* Add method in aggregation query builders to accept aggregation in var args form
* refactoring equals implementation
* changed visibility from public to protected
* Made aggregation result capable of returning double values
* clirr ignore new method
* Made transformer capable of parsing double values
* mock webserver simulating sum and avg aggregation response
* integration tests for sum and avg
* Marking sum and avg methods with @BetaApi annotation
* incorporating feedbacks
* fixing lint
* refactoring dispatcher code
* incorporating feedbacks
* cleaing up proxy code, as sum/avg now can be run against nightly
* remove deprecated annotation
* tests for sum and avg aggregations in GQL query
* removing the addaggregation variant accepting list of aggregations
* fix lint failures
* removed BetaApi annotation from sum and avg aggregation
* adding doc to AggregationResult#getDouble
* adding sum/avg aggreggation test with autogenerated alias
* adding a test to run sum and avg aggregation together
* testing sum and avg aggregations with transactions
* type check before returning the result from aggregation result class
Copy file name to clipboardExpand all lines: google-cloud-datastore/src/main/java/com/google/cloud/datastore/execution/response/AggregationQueryResponseTransformer.java
0 commit comments