You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kylin.apache.org by "liyang (JIRA)" <ji...@apache.org> on 2017/01/17 02:54:26 UTC

[jira] [Created] (KYLIN-2400) Simplify Dictionary interface

liyang created KYLIN-2400:
-----------------------------

             Summary: Simplify Dictionary interface
                 Key: KYLIN-2400
                 URL: https://issues.apache.org/jira/browse/KYLIN-2400
             Project: Kylin
          Issue Type: Improvement
            Reporter: liyang


Remove byte[] related interface. Keep only

- int getIdFromValue(T value)
- int getIdFromValue(T value, int roundingFlag)
- T getValueFromId(int id)




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)