File tree Expand file tree Collapse file tree 2 files changed +0
-152
lines changed Expand file tree Collapse file tree 2 files changed +0
-152
lines changed Original file line number Diff line number Diff line change @@ -139,67 +139,6 @@ export {
139
139
Field ,
140
140
Constant ,
141
141
FirestoreFunction ,
142
- Add ,
143
- Subtract ,
144
- Multiply ,
145
- Divide ,
146
- Mod ,
147
- Eq ,
148
- Neq ,
149
- Lt ,
150
- Lte ,
151
- Gt ,
152
- Gte ,
153
- ArrayConcat ,
154
- ArrayReverse ,
155
- ArrayContains ,
156
- ArrayContainsAll ,
157
- ArrayContainsAny ,
158
- ArrayLength ,
159
- ArrayElement ,
160
- EqAny ,
161
- IsNan ,
162
- Exists ,
163
- Not ,
164
- And ,
165
- Or ,
166
- Xor ,
167
- Cond ,
168
- LogicalMaximum ,
169
- LogicalMinimum ,
170
- Reverse ,
171
- ReplaceFirst ,
172
- ReplaceAll ,
173
- CharLength ,
174
- ByteLength ,
175
- Like ,
176
- RegexContains ,
177
- RegexMatch ,
178
- StrContains ,
179
- StartsWith ,
180
- EndsWith ,
181
- ToLower ,
182
- ToUpper ,
183
- Trim ,
184
- StrConcat ,
185
- MapGet ,
186
- Count ,
187
- Sum ,
188
- Avg ,
189
- Minimum ,
190
- Maximum ,
191
- CosineDistance ,
192
- DotProduct ,
193
- EuclideanDistance ,
194
- VectorLength ,
195
- UnixMicrosToTimestamp ,
196
- TimestampToUnixMicros ,
197
- UnixMillisToTimestamp ,
198
- TimestampToUnixMillis ,
199
- UnixSecondsToTimestamp ,
200
- TimestampToUnixSeconds ,
201
- TimestampAdd ,
202
- TimestampSub ,
203
142
Ordering ,
204
143
ExprType ,
205
144
AggregateFunctionWithAlias ,
Original file line number Diff line number Diff line change @@ -129,105 +129,14 @@ export {
129
129
map ,
130
130
mapRemove ,
131
131
mapMerge ,
132
- parentFunction ,
133
- collectionId ,
134
132
documentIdFunction ,
135
- key ,
136
133
substr ,
137
134
manhattanDistance ,
138
- CountIf ,
139
- BitAnd ,
140
- BitOr ,
141
- BitXor ,
142
- BitNot ,
143
- BitLeftShift ,
144
- BitRightShift ,
145
- Rand ,
146
- ArrayFunction ,
147
- ArrayOffset ,
148
- CurrentContext ,
149
- IsError ,
150
- IfError ,
151
- IsAbsent ,
152
- IsNull ,
153
- IsNotNull ,
154
- IsNotNan ,
155
- MapFunction ,
156
- MapRemove ,
157
- MapMerge ,
158
- Parent ,
159
- CollectionId ,
160
- DocumentId ,
161
- Key ,
162
- Substr ,
163
- ManhattanDistance ,
164
135
Expr ,
165
136
ExprWithAlias ,
166
137
Field ,
167
138
Constant ,
168
139
FirestoreFunction ,
169
- Add ,
170
- Subtract ,
171
- Multiply ,
172
- Divide ,
173
- Mod ,
174
- Eq ,
175
- Neq ,
176
- Lt ,
177
- Lte ,
178
- Gt ,
179
- Gte ,
180
- ArrayConcat ,
181
- ArrayReverse ,
182
- ArrayContains ,
183
- ArrayContainsAll ,
184
- ArrayContainsAny ,
185
- ArrayLength ,
186
- ArrayElement ,
187
- EqAny ,
188
- NotEqAny ,
189
- IsNan ,
190
- Exists ,
191
- Not ,
192
- And ,
193
- Or ,
194
- Xor ,
195
- Cond ,
196
- LogicalMaximum ,
197
- LogicalMinimum ,
198
- Reverse ,
199
- ReplaceFirst ,
200
- ReplaceAll ,
201
- CharLength ,
202
- ByteLength ,
203
- Like ,
204
- RegexContains ,
205
- RegexMatch ,
206
- StrContains ,
207
- StartsWith ,
208
- EndsWith ,
209
- ToLower ,
210
- ToUpper ,
211
- Trim ,
212
- StrConcat ,
213
- MapGet ,
214
- Count ,
215
- Sum ,
216
- Avg ,
217
- Minimum ,
218
- Maximum ,
219
- CosineDistance ,
220
- DotProduct ,
221
- EuclideanDistance ,
222
- VectorLength ,
223
- UnixMicrosToTimestamp ,
224
- TimestampToUnixMicros ,
225
- UnixMillisToTimestamp ,
226
- TimestampToUnixMillis ,
227
- UnixSecondsToTimestamp ,
228
- TimestampToUnixSeconds ,
229
- TimestampAdd ,
230
- TimestampSub ,
231
140
Ordering
232
141
} from './lite-api/expressions' ;
233
142
You can’t perform that action at this time.
0 commit comments