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

atoildw commented on IOTDB-464:
-------------------------------

I'll implement a method getValuesOfTimestamps(long[] times) that returns 
Object[].

And change the implementation of getValueOfTimestamp(long time) to call the 
getValuesOfTimestamps(long[] times) method to delete the getValueOfTimestamp 
method later

> Vectorize the SeriesReaderByTimestamp
> -------------------------------------
>
>                 Key: IOTDB-464
>                 URL: https://issues.apache.org/jira/browse/IOTDB-464
>             Project: Apache IoTDB
>          Issue Type: Sub-task
>          Components: Core/Engine
>            Reporter: Jialin Qiao
>            Assignee: atoildw
>            Priority: Minor
>
> SeriesReaderByTimestamp offers one API: getValueOfTimestamp(long time)
>  
> A more efficient API could be added: getValuesOfTimestamps(long[] times)
> The return type could be a BatchData or an Object



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to