You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Chunwei Lei (Jira)" <ji...@apache.org> on 2020/09/03 07:36:00 UTC

[jira] [Created] (CALCITE-4223) Introducing column statistics to RelOptTable

Chunwei Lei created CALCITE-4223:
------------------------------------

             Summary: Introducing column statistics to RelOptTable
                 Key: CALCITE-4223
                 URL: https://issues.apache.org/jira/browse/CALCITE-4223
             Project: Calcite
          Issue Type: Improvement
            Reporter: Chunwei Lei


Many systems depend on column statistics to compute more accurate stats, such as NDV, average column size, and so on. It would be nice if Calcite can provide such an interface.

Column statistics might include NDV, average/max column length, number of nulls, number of trues, number of falses and so on. 

What do you think?

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)