Skip to content

Commit c5d8cd2

Browse files
author
Ozgun Erdogan
committed
Update README.md
1 parent e947f31 commit c5d8cd2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -315,9 +315,10 @@ then we currently don't support vectorization for it.
315315

316316
The current set of vectorized queries are limited to simple aggregates (sum,
317317
count, avg) and aggregates with group bys. The next set of changes I wanted to
318-
incorporate into the vectorized executor are: filter clauses, expressions within
319-
aggregate functions, groups by that support multiple columns or aggregates, and
320-
passing vectorized tuples from groupings to order by clauses.
318+
incorporate into the vectorized executor are: filter clauses, functions or
319+
expressions, expressions within aggregate functions, groups by that support
320+
multiple columns or aggregates, and passing vectorized tuples from groupings to
321+
order by clauses.
321322

322323
I think all except the last one are relatively easy, but I didn't have the time
323324
to work on them. The last one is harder as PostgreSQL's query planner follows

0 commit comments

Comments
 (0)