Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an equivalent .getLongs() method to .getTimes() in TimeColumn. #61

Merged
merged 1 commit into from
Apr 3, 2024

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
13 checks passed
@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