Skip to content

[datafusion-spark] Implement ceil function #15916

@alamb

Description

@alamb

Is your feature request related to a problem or challenge?

Given the importantance of spark functions in general, we are consolidating / adding spark compatible functions in the datafusion-spark crate in DataFusion: https://github.com/apache/datafusion/tree/main/datafusion/spark

This ticket is part of a series of ticket to fill out the set of spark compatible functions in DataFusion

Describe the solution you'd like

Implement the function listed above in the datafusion-spark crate

Describe alternatives you've considered

  1. Add the relevant function here: https://github.com/apache/datafusion/tree/main/datafusion/spark/src/function/math
  2. Add tests. Instructions are here: https://github.com/apache/datafusion/blob/main/datafusion/spark/README.md

Examples to follow:

You can also find the corresponding datafusion implementations in the corresponding file here: https://github.com/apache/datafusion/tree/main/datafusion/functions/src (it would be ok to call into these implementations if they are the same as the spark implementation)

Additional context

No response

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions