You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@iotdb.apache.org by "黄志洋 (Jira)" <ji...@apache.org> on 2022/01/10 16:53:00 UTC

[jira] [Commented] (IOTDB-2045) Add insertRecordsOfOneDevice with value in String type

    [ https://issues.apache.org/jira/browse/IOTDB-2045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17472161#comment-17472161 ] 

黄志洋 commented on IOTDB-2045:
----------------------------

Do I need to add a lot of string interfaces to solve this problem 。

e.g:

private List<ByteBuffer> objectValuesListToByteBufferList(
List<List<String>> valuesList, List<List<TSDataType>> typesList)
throws IoTDBConnectionException{}

public static ByteBuffer getValueBuffer(List<TSDataType> types, List<String> values)
throws IoTDBConnectionException {}

> Add insertRecordsOfOneDevice with value in String type
> ------------------------------------------------------
>
>                 Key: IOTDB-2045
>                 URL: https://issues.apache.org/jira/browse/IOTDB-2045
>             Project: Apache IoTDB
>          Issue Type: New Feature
>            Reporter: Jialin Qiao
>            Priority: Major
>              Labels: easy-fix
>
> Currently, we only have Object-value in insertRecordsOfOneDevice, we need a String-value interface.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)