You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
method public final com.google.firebase.firestore.pipeline.Expr round();
1129
1129
method public static final com.google.firebase.firestore.pipeline.Expr round(com.google.firebase.firestore.pipeline.Expr numericExpr);
1130
1130
method public static final com.google.firebase.firestore.pipeline.Expr round(String numericField);
1131
-
method public final com.google.firebase.firestore.pipeline.Expr roundToDecimal(com.google.firebase.firestore.pipeline.Expr decimalPlace);
1132
-
method public static final com.google.firebase.firestore.pipeline.Expr roundToDecimal(com.google.firebase.firestore.pipeline.Expr numericExpr, com.google.firebase.firestore.pipeline.Expr decimalPlace);
1133
-
method public static final com.google.firebase.firestore.pipeline.Expr roundToDecimal(com.google.firebase.firestore.pipeline.Expr numericExpr, int decimalPlace);
1134
-
method public final com.google.firebase.firestore.pipeline.Expr roundToDecimal(int decimalPlace);
1135
-
method public static final com.google.firebase.firestore.pipeline.Expr roundToDecimal(String numericField, com.google.firebase.firestore.pipeline.Expr decimalPlace);
1136
-
method public static final com.google.firebase.firestore.pipeline.Expr roundToDecimal(String numericField, int decimalPlace);
1131
+
method public final com.google.firebase.firestore.pipeline.Expr roundToPrecision(com.google.firebase.firestore.pipeline.Expr decimalPlace);
1132
+
method public static final com.google.firebase.firestore.pipeline.Expr roundToPrecision(com.google.firebase.firestore.pipeline.Expr numericExpr, com.google.firebase.firestore.pipeline.Expr decimalPlace);
1133
+
method public static final com.google.firebase.firestore.pipeline.Expr roundToPrecision(com.google.firebase.firestore.pipeline.Expr numericExpr, int decimalPlace);
1134
+
method public final com.google.firebase.firestore.pipeline.Expr roundToPrecision(int decimalPlace);
1135
+
method public static final com.google.firebase.firestore.pipeline.Expr roundToPrecision(String numericField, com.google.firebase.firestore.pipeline.Expr decimalPlace);
1136
+
method public static final com.google.firebase.firestore.pipeline.Expr roundToPrecision(String numericField, int decimalPlace);
1137
1137
method public final com.google.firebase.firestore.pipeline.Expr sqrt();
1138
1138
method public static final com.google.firebase.firestore.pipeline.Expr sqrt(com.google.firebase.firestore.pipeline.Expr numericExpr);
1139
1139
method public static final com.google.firebase.firestore.pipeline.Expr sqrt(String numericField);
method public final com.google.firebase.firestore.pipeline.BooleanExpr startsWith(String prefix);
1144
1144
method public static final com.google.firebase.firestore.pipeline.BooleanExpr startsWith(String fieldName, com.google.firebase.firestore.pipeline.Expr prefix);
1145
1145
method public static final com.google.firebase.firestore.pipeline.BooleanExpr startsWith(String fieldName, String prefix);
1146
-
method public static final com.google.firebase.firestore.pipeline.Expr strConcat(com.google.firebase.firestore.pipeline.Expr first, com.google.firebase.firestore.pipeline.Expr... rest);
1147
-
method public static final com.google.firebase.firestore.pipeline.Expr strConcat(com.google.firebase.firestore.pipeline.Expr first, java.lang.Object... rest);
1148
-
method public final com.google.firebase.firestore.pipeline.Expr strConcat(com.google.firebase.firestore.pipeline.Expr... expr);
1149
-
method public final com.google.firebase.firestore.pipeline.Expr strConcat(java.lang.Object... string);
1150
-
method public static final com.google.firebase.firestore.pipeline.Expr strConcat(String fieldName, com.google.firebase.firestore.pipeline.Expr... rest);
1151
-
method public static final com.google.firebase.firestore.pipeline.Expr strConcat(String fieldName, java.lang.Object... rest);
1152
-
method public final com.google.firebase.firestore.pipeline.Expr strConcat(java.lang.String... string);
1146
+
method public static final com.google.firebase.firestore.pipeline.Expr strConcat(com.google.firebase.firestore.pipeline.Expr firstString, com.google.firebase.firestore.pipeline.Expr... otherStrings);
1147
+
method public static final com.google.firebase.firestore.pipeline.Expr strConcat(com.google.firebase.firestore.pipeline.Expr firstString, java.lang.Object... otherStrings);
1148
+
method public final com.google.firebase.firestore.pipeline.Expr strConcat(com.google.firebase.firestore.pipeline.Expr... stringExpressions);
1149
+
method public final com.google.firebase.firestore.pipeline.Expr strConcat(java.lang.Object... strings);
1150
+
method public static final com.google.firebase.firestore.pipeline.Expr strConcat(String fieldName, com.google.firebase.firestore.pipeline.Expr... otherStrings);
1151
+
method public static final com.google.firebase.firestore.pipeline.Expr strConcat(String fieldName, java.lang.Object... otherStrings);
1152
+
method public final com.google.firebase.firestore.pipeline.Expr strConcat(java.lang.String... strings);
1153
1153
method public final com.google.firebase.firestore.pipeline.BooleanExpr strContains(com.google.firebase.firestore.pipeline.Expr substring);
1154
-
method public static final com.google.firebase.firestore.pipeline.BooleanExpr strContains(com.google.firebase.firestore.pipeline.Expr expr, com.google.firebase.firestore.pipeline.Expr substring);
1155
-
method public static final com.google.firebase.firestore.pipeline.BooleanExpr strContains(com.google.firebase.firestore.pipeline.Expr expr, String substring);
1154
+
method public static final com.google.firebase.firestore.pipeline.BooleanExpr strContains(com.google.firebase.firestore.pipeline.Expr stringExpression, com.google.firebase.firestore.pipeline.Expr substring);
1155
+
method public static final com.google.firebase.firestore.pipeline.BooleanExpr strContains(com.google.firebase.firestore.pipeline.Expr stringExpression, String substring);
1156
1156
method public final com.google.firebase.firestore.pipeline.BooleanExpr strContains(String substring);
1157
1157
method public static final com.google.firebase.firestore.pipeline.BooleanExpr strContains(String fieldName, com.google.firebase.firestore.pipeline.Expr substring);
1158
1158
method public static final com.google.firebase.firestore.pipeline.BooleanExpr strContains(String fieldName, String substring);
0 commit comments