This repository was archived by the owner on May 8, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
google-cloud-firestore/src/main/java/com/google/cloud/firestore/pipeline/expressions Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2050,7 +2050,7 @@ public static Expression mapSet(
20502050
20512051 /**
20522052 * Creates an expression that returns the keys of a map.
2053- *
2053+ *
20542054 * <p>While the backend generally preserves insertion order, relying on the order of the output
20552055 * array is not guaranteed and should be avoided.
20562056 *
@@ -2064,7 +2064,7 @@ public static Expression mapKeys(Expression mapExpr) {
20642064
20652065 /**
20662066 * Creates an expression that returns the keys of a map.
2067- *
2067+ *
20682068 * <p>While the backend generally preserves insertion order, relying on the order of the output
20692069 * array is not guaranteed and should be avoided.
20702070 *
@@ -2092,7 +2092,7 @@ public static Expression mapValues(Expression mapExpr) {
20922092
20932093 /**
20942094 * Creates an expression that returns the values of a map.
2095- *
2095+ *
20962096 * <p>While the backend generally preserves insertion order, relying on the order of the output
20972097 * array is not guaranteed and should be avoided.
20982098 *
@@ -2121,7 +2121,7 @@ public static Expression mapEntries(Expression mapExpr) {
21212121
21222122 /**
21232123 * Creates an expression that returns the entries of a map as an array of maps.
2124- *
2124+ *
21252125 * <p>While the backend generally preserves insertion order, relying on the order of the output
21262126 * array is not guaranteed and should be avoided.
21272127 *
You can’t perform that action at this time.
0 commit comments