Sh-Zh-7 opened a new pull request, #61:
URL: https://github.com/apache/tsfile/pull/61

   Before this PR, a column can reference to TimeColumn object, but if user do 
not cast its type to TimeColumn, it would be impossible to get all time values 
from TimeColumn.
   
   After this PR, if we already know one particular column is TimeColumn, we 
can direct call `.getLongs()` to acquire all time values, rather than first 
cast it to TimeColumn object, then call `.getTime()` 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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to