h2oai / h2oai/datatable

Make sure the Stats objects are reused when possible

Open
#301 0 comments 0 reactions 0 assignees View on GitHub
refactor
Dominant language
C++
Stars
1.9k
Forks
164
Avg merge
7h 31m
Merged PRs (30d)
1

Description

* Make `Stats` part of the `Column` object.
* In addition, there will be `Stats** viewstats` field on the `DataTable` object (same as now). The `viewstats` object will be not-null iff `rowindex` is not null.
* When querying a stat on a column, use `viewstats` if the DT is a view, or individual columns' stats objects otherwise.
* remove `Stats.stype` ?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.