Skip to content

Commit

Permalink
[df] Add DefaultValueFor, FilterAvailable, FilterMissing to DistRDF
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetruc committed Dec 11, 2024
1 parent b703083 commit 656aa39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bindings/experimental/distrdf/python/DistRDF/Operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,12 @@ class Transformation(Operation):
"Alias": Transformation,
"AsNumpy": AsNumpy,
"Count": Action,
"DefaultValueFor": Transformation,
"Define": Transformation,
"DefinePerSample": Transformation,
"Filter": Transformation,
"FilterAvailable": Transformation,
"FilterMissing": Transformation,
"Graph": Action,
"GraphAsymmErrors": Action,
"Histo1D": Histo,
Expand Down
3 changes: 3 additions & 0 deletions tree/dataframe/src/RDataFrame.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -702,9 +702,12 @@ parts of the RDataFrame API currently work with this package. The subset that is
- Alias
- AsNumpy
- Count
- DefaultValueFor
- Define
- DefinePerSample
- Filter
- FilterAvailable
- FilterMissing
- Graph
- Histo[1,2,3]D
- HistoND
Expand Down

0 comments on commit 656aa39

Please sign in to comment.