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

Add a REVERSE function to PyDough #266

Open
vineetg3 opened this issue Feb 14, 2025 · 0 comments
Open

Add a REVERSE function to PyDough #266

vineetg3 opened this issue Feb 14, 2025 · 0 comments
Labels
documentation Improvements or additions to documentation effort - low quick & simple issue enhancement New feature or request user feature Adding a new user-facing feature/functionality

Comments

@vineetg3
Copy link
Contributor

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'
@vineetg3 vineetg3 added documentation Improvements or additions to documentation effort - low quick & simple issue enhancement New feature or request user feature Adding a new user-facing feature/functionality labels Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation effort - low quick & simple issue enhancement New feature or request user feature Adding a new user-facing feature/functionality
Projects
None yet
Development

No branches or pull requests

1 participant