Feature Request
Description of Problem:
Implement and test each one of the parse ('to') operators from the expressions list.
| Feature |
Handled |
| ToDateOperation |
|
| ToDateTimeOperation |
|
| ToEnumOperation |
✓ |
| ToIntOperation |
|
| ToStringOperation |
✓ |
| ToTimeOperation |
|
| ToZonedDateTimeOperation |
|
Potential Solutions:
Develop Python unit tests and, if necessary, implement conversions using Python native functionality wherever possible