Skip to content

Commit

Permalink
[df] Add support for Alias() in DistRDF
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetruc authored and vepadulano committed Dec 3, 2024
1 parent 8b3ce21 commit b80167c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bindings/experimental/distrdf/python/DistRDF/Operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ class Transformation(Operation):


SUPPORTED_OPERATIONS: Dict[str, Union[Action, InstantAction, Transformation]] = {
"Alias": Transformation,
"AsNumpy": AsNumpy,
"Count": Action,
"Define": Transformation,
Expand Down
1 change: 1 addition & 0 deletions tree/dataframe/src/RDataFrame.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -699,6 +699,7 @@ h.Draw()
The main goal of this package is to support running any RDataFrame application distributedly. Nonetheless, not all
parts of the RDataFrame API currently work with this package. The subset that is currently available is:
- Alias
- AsNumpy
- Count
- Define
Expand Down

0 comments on commit b80167c

Please sign in to comment.