Skip to content

Conversation

@Sh-Zh-7
Copy link
Contributor

@Sh-Zh-7 Sh-Zh-7 commented Apr 2, 2024

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.

@JackieTien97 JackieTien97 merged commit 19b5d6e into apache:develop Apr 3, 2024
@Sh-Zh-7 Sh-Zh-7 deleted the add_get_longs_in_time_column branch April 3, 2024 03:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants