Uses of Class
com.google.cloud.datastore.AggregationQuery
Packages that use AggregationQuery
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of AggregationQuery in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return AggregationQueryMethods in com.google.cloud.datastore with parameters of type AggregationQueryModifier and TypeMethodDescriptionDatastore.runAggregation(AggregationQuery query, ExplainOptions explainOptions, ReadOption... options) Datastore.runAggregation(AggregationQuery query, ReadOption... options) Submits aAggregationQueryand returnsAggregationResults.DatastoreReader.runAggregation(AggregationQuery query) Submits aAggregationQueryand returnsAggregationResults.DatastoreReader.runAggregation(AggregationQuery query, ExplainOptions explainOptions) -
Uses of AggregationQuery in com.google.cloud.datastore.execution
Methods in com.google.cloud.datastore.execution with parameters of type AggregationQueryModifier and TypeMethodDescriptionAggregationQueryExecutor.execute(AggregationQuery query, ExplainOptions explainOptions, ReadOption... readOptions) -
Uses of AggregationQuery in com.google.cloud.datastore.execution.request
Method parameters in com.google.cloud.datastore.execution.request with type arguments of type AggregationQueryModifier and TypeMethodDescriptionAggregationQueryRequestProtoPreparer.prepare(ReadOption.QueryConfig<AggregationQuery> queryConfig)