Skip to content

Conversation

@charlesbluca
Copy link
Collaborator

Adds concat to the RexCallPlugin with the same operation as ||, allowing for either style of string concatenation.

@charlesbluca charlesbluca linked an issue Oct 12, 2021 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented Oct 12, 2021

Codecov Report

Merging #253 (b2bc641) into main (767a23c) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #253   +/-   ##
=======================================
  Coverage   99.61%   99.61%           
=======================================
  Files          64       64           
  Lines        2608     2608           
  Branches      367      367           
=======================================
  Hits         2598     2598           
  Misses          8        8           
  Partials        2        2           
Impacted Files Coverage Δ
dask_sql/physical/rex/core/call.py 100.00% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 767a23c...b2bc641. Read the comment docs.

@quasiben
Copy link
Contributor

Thanks @charlesbluca

@quasiben quasiben merged commit e63990c into dask-contrib:main Oct 12, 2021
@charlesbluca charlesbluca deleted the add-concat-function branch January 19, 2022 21:24
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.

[ENH] Add support for CONCAT function

3 participants