github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/benchmark/tpch/02_LOAD/10_select_count.result (about)

     1  use tpch;
     2  select count(*) from customer;
     3  count(*)
     4  150
     5  select count(*) from lineitem;
     6  count(*)
     7  6005
     8  select count(*) from nation;
     9  count(*)
    10  25
    11  select count(*) from orders;
    12  count(*)
    13  1500
    14  select count(*) from part;
    15  count(*)
    16  200
    17  select count(*) from partsupp;
    18  count(*)
    19  800
    20  select count(*) from supplier;
    21  count(*)
    22  10