samperson1997 commented on a change in pull request #818: [IOTDB-482]
Vectorized TimeGenerator
URL: https://github.com/apache/incubator-iotdb/pull/818#discussion_r380131480
##########
File path:
tsfile/src/main/java/org/apache/iotdb/tsfile/read/common/BatchData.java
##########
@@ -515,6 +515,14 @@ public long getMaxTimestamp() {
return getTimeByIndex(length() - 1);
}
+ public TimeColumn getTimeSeries() {
Review comment:
How about changing to `getTimeColumn`, as all the naming in this method
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services