[FEA] Support the operator in binary_operator but not in ast_operator
Open
feature request
libcudf
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
I notice the operators like `PMOD`, `SHIFT_LEFT`, `SHIFT_RIGHT`, `SHIFT_RIGHT_UNSIGNED` exists in binary_operator but not in ast_operator, `ADD` exists in both.
Is there some consideration or just need to add?
Contributor guide
Assessment
This issue has not been assessed yet.