Class AggregationQueryExecutor

java.lang.Object
com.google.cloud.datastore.execution.AggregationQueryExecutor
All Implemented Interfaces:
QueryExecutor<AggregationQuery,AggregationResults>

@InternalApi public class AggregationQueryExecutor extends Object implements QueryExecutor<AggregationQuery,AggregationResults>
An implementation of QueryExecutor which executes AggregationQuery and returns AggregationResults.