-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationeffort - highmajor issue that will require multiple steps or complex designmajor issue that will require multiple steps or complex designenhancementNew feature or requestNew feature or requestuser featureAdding a new user-facing feature/functionalityAdding a new user-facing feature/functionality
Description
Goal: Add a REVERSE function to PyDough with the following functionality, which should be tested e2e (see test_pipeline.py for examples):
This should work with attributes of collections which are strings.
# Examples for Strings
REVERSE('hello') # Output: 'olleh'
REVERSE('12345') # Output: '54321'Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationeffort - highmajor issue that will require multiple steps or complex designmajor issue that will require multiple steps or complex designenhancementNew feature or requestNew feature or requestuser featureAdding a new user-facing feature/functionalityAdding a new user-facing feature/functionality