Github user hyunsik commented on the pull request:
https://github.com/apache/tajo/pull/200#issuecomment-59467650
Hi @mvhlong,
Why don't you make a separate histogram implementation for each type? We
may need only three implementations for Long, Double, and byte []. They will
cover all value types. I think that this approach would be good in practice.
I have another question. Your proposed histogram implementation takes a
list of Double values. Does this approach takes all values at a time?
Otherwise, can we build a histogram in an incremental way?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---