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

ARROW-12323: [C++][Gandiva] Implement castTIME(timestamp) function #9974

Conversation

anthonylouisbsb
Copy link
Contributor

The function gets a timestamp in milliseconds and returns the number of millisecond since midnight for the day of the defined timestamp.

@github-actions
Copy link

@anthonylouisbsb anthonylouisbsb force-pushed the feature/add-cast-time-from-timestamp branch from 65eee47 to d7ae691 Compare April 12, 2021 11:11
@anthonylouisbsb anthonylouisbsb deleted the feature/add-cast-time-from-timestamp branch April 12, 2021 16:25
projjal pushed a commit to projjal/arrow that referenced this pull request Apr 21, 2021
The function gets a timestamp in milliseconds and returns the number of millisecond since midnight for the day of the defined timestamp.

Closes apache#9974 from anthonylouisbsb/feature/add-cast-time-from-timestamp and squashes the following commits:

d7ae691 <Anthony Louis> Change signature to use macros
84f8ccb <Anthony Louis> Add native function for castTIME
75b9652 <Anthony Louis> Implements castTIME function

Authored-by: Anthony Louis <anthony@simbioseventures.com>
Signed-off-by: Praveen <praveen@dremio.com>
GeorgeAp pushed a commit to sirensolutions/arrow that referenced this pull request Jun 7, 2021
The function gets a timestamp in milliseconds and returns the number of millisecond since midnight for the day of the defined timestamp.

Closes apache#9974 from anthonylouisbsb/feature/add-cast-time-from-timestamp and squashes the following commits:

d7ae691 <Anthony Louis> Change signature to use macros
84f8ccb <Anthony Louis> Add native function for castTIME
75b9652 <Anthony Louis> Implements castTIME function

Authored-by: Anthony Louis <anthony@simbioseventures.com>
Signed-off-by: Praveen <praveen@dremio.com>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 10, 2021
The function gets a timestamp in milliseconds and returns the number of millisecond since midnight for the day of the defined timestamp.

Closes apache#9974 from anthonylouisbsb/feature/add-cast-time-from-timestamp and squashes the following commits:

d7ae691 <Anthony Louis> Change signature to use macros
84f8ccb <Anthony Louis> Add native function for castTIME
75b9652 <Anthony Louis> Implements castTIME function

Authored-by: Anthony Louis <anthony@simbioseventures.com>
Signed-off-by: Praveen <praveen@dremio.com>
michalursa pushed a commit to michalursa/arrow that referenced this pull request Jun 13, 2021
The function gets a timestamp in milliseconds and returns the number of millisecond since midnight for the day of the defined timestamp.

Closes apache#9974 from anthonylouisbsb/feature/add-cast-time-from-timestamp and squashes the following commits:

d7ae691 <Anthony Louis> Change signature to use macros
84f8ccb <Anthony Louis> Add native function for castTIME
75b9652 <Anthony Louis> Implements castTIME function

Authored-by: Anthony Louis <anthony@simbioseventures.com>
Signed-off-by: Praveen <praveen@dremio.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants