trinodb / tpch

Port of TPC-H dbgen to Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose TPC-H table statistics

losipiuk opened this issue · comments

To have nice implementation of statistics interface in Presto it would be nice that table statistics

  • rows count
  • data size for individual columns
    is clearly exposed by airlift-tpch.

E.g via methods in io.airlift.tpch.TpchTable.