[
https://issues.apache.org/jira/browse/IOTDB-839?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17185543#comment-17185543
]
wangyanhong commented on IOTDB-839:
-----------------------------------
like following?
Tablet tablet = new Tablet();
tablet.addTimestamp(time1);
tablet.add("measurement1", index, value) ;
...
tablet.addTimestamp(time2);
tablet.add("measurement1", index, value) ;
> Make Tablet api more friendly
> -----------------------------
>
> Key: IOTDB-839
> URL: https://issues.apache.org/jira/browse/IOTDB-839
> Project: Apache IoTDB
> Issue Type: Improvement
> Components: Client/Java
> Reporter: Jialin Qiao
> Priority: Major
>
> We could record the measurement -> index inside tablet and support interface
> like add("measurement1", index, value)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)