Package com.google.cloud.firestore
Class ExplainResults<T>
java.lang.Object
com.google.cloud.firestore.ExplainResults<T>
ExplainResults contains information about planning, execution, and results of a query.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the information about planning and execution (if any) of the query.Returns the snapshot that contains the results of executing the query, or null if the query was not executed.
-
Method Details
-
getMetrics
Returns the information about planning and execution (if any) of the query. -
getSnapshot
Returns the snapshot that contains the results of executing the query, or null if the query was not executed.
-