You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the EvaDB issues and found no similar feature requests.
Description
Current statement, operator, and plan class definition contains a large number of boilerplate codes. We can use dataclass (or similar) to reduce the boilerplate codes and improve the readability.
Use case
No response
Are you willing to submit a PR?
Yes I'd like to help by submitting a PR!
The text was updated successfully, but these errors were encountered:
Search before asking
Description
Current statement, operator, and plan class definition contains a large number of boilerplate codes. We can use
dataclass
(or similar) to reduce the boilerplate codes and improve the readability.Use case
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: