Skip to content

Commit 3b38688

Browse files
committed
Remove deleted Expr classes from the pipelines exports
1 parent c40ea12 commit 3b38688

File tree

2 files changed

+0
-152
lines changed

2 files changed

+0
-152
lines changed

packages/firestore/lite/pipelines/pipelines.ts

Lines changed: 0 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -139,67 +139,6 @@ export {
139139
Field,
140140
Constant,
141141
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,
203142
Ordering,
204143
ExprType,
205144
AggregateFunctionWithAlias,

packages/firestore/src/api_pipelines.ts

Lines changed: 0 additions & 91 deletions
Original file line numberDiff line numberDiff line change
@@ -129,105 +129,14 @@ export {
129129
map,
130130
mapRemove,
131131
mapMerge,
132-
parentFunction,
133-
collectionId,
134132
documentIdFunction,
135-
key,
136133
substr,
137134
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,
164135
Expr,
165136
ExprWithAlias,
166137
Field,
167138
Constant,
168139
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,
231140
Ordering
232141
} from './lite-api/expressions';
233142

0 commit comments

Comments
 (0)