Skip to content

Commit 1ea1934

Browse files
committed
Support variance and stddev aggregates
1 parent a4ab4d9 commit 1ea1934

File tree

3 files changed

+632
-1
lines changed

3 files changed

+632
-1
lines changed

tpch.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ create table lineitem_projection as (select l_shipdate,l_quantity,l_extendedpric
5050

5151
select populate(destination := 'vops_lineitem_projection'::regclass, source := 'lineitem_projection'::regclass, sort := 'l_returnflag,l_linestatus');
5252

53-
\timing
53+
\timing on
5454

5555
-- Q6
5656
select

0 commit comments

Comments
 (0)