Uses of Class
com.google.cloud.datastore.AggregationResult
Packages that use AggregationResult
Package
Description
A client for Cloud Datastore – A highly-scalable NoSQL database for web and mobile applications.
-
Uses of AggregationResult in com.google.cloud.datastore
Methods in com.google.cloud.datastore that return AggregationResultMethods in com.google.cloud.datastore that return types with arguments of type AggregationResultModifier and TypeMethodDescriptionAggregationResults.iterator()ReturnsIteratorfor underlying List<AggregationResult>.Constructor parameters in com.google.cloud.datastore with type arguments of type AggregationResultModifierConstructorDescriptionAggregationResults(List<AggregationResult> aggregationResults, com.google.cloud.Timestamp readTime) AggregationResults(List<AggregationResult> aggregationResults, com.google.cloud.Timestamp readTime, ExplainMetrics explainMetrics)