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

Refactor row* functions to use FExprs #2872

Merged
merged 10 commits into from Mar 1, 2021
Merged

Refactor row* functions to use FExprs #2872

merged 10 commits into from Mar 1, 2021

Conversation

st-pasha
Copy link
Contributor

Each row* function now supports vararg-style invocation, e.g. rowsum(f.A, f.B, f.C), in addition to the regular single-argument style. On the other hand, applying row-function to a frame no longer produces a frame -- instead, it's an FExpr. This functionality previously existed but was undocumented. It would be better to return this functionality as a method on Frame class, instead of being a special case for the row* functions.

WIP for #2562

@st-pasha st-pasha added the refactor Internal code changes, clean-ups or reorganizations that are not externally visible label Feb 23, 2021
@st-pasha st-pasha added this to the Release 1.0.0 milestone Feb 23, 2021
@st-pasha st-pasha self-assigned this Feb 23, 2021
@st-pasha st-pasha merged commit 8a243f4 into main Mar 1, 2021
@st-pasha st-pasha deleted the fexpr_rowfns branch March 1, 2021 20:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Internal code changes, clean-ups or reorganizations that are not externally visible
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant