Skip to content

Commit c40ea12

Browse files
committed
Separate scalar expressions and aggregate functions into different class hierarchies
1 parent ef1e42e commit c40ea12

File tree

5 files changed

+457
-604
lines changed

5 files changed

+457
-604
lines changed

packages/firestore/src/api_pipelines.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export {
161161
Key,
162162
Substr,
163163
ManhattanDistance,
164-
ScalarExpr,
164+
Expr,
165165
ExprWithAlias,
166166
Field,
167167
Constant,

0 commit comments

Comments
 (0)