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

Row Expression / DataRow improvements #553

Open
Jolanrensen opened this issue Jan 9, 2024 · 0 comments
Open

Row Expression / DataRow improvements #553

Jolanrensen opened this issue Jan 9, 2024 · 0 comments
Labels
enhancement New feature or request research This requires a deeper dive to gather a better understanding
Milestone

Comments

@Jolanrensen
Copy link
Collaborator

There are a lot of parallels between the Column(s) Selection DSL and Row(Value)Expressions as both allow you to reference columns. The difference being that referencing a column on a DataRow produces a value as in the Column(s) Selection DSL it produces a column.

Still, it's worth revisiting DataRow.kt keeping in mind the parallels with the improved Columns Selection DSL (after that's done).

One thing that comes to mind is being able to call "column"() without a type to reference an Any? column and the "easy"["creation"]["of"]["columnPaths"].get<T>("withSingleColumnAccess").

@Jolanrensen Jolanrensen added enhancement New feature or request research This requires a deeper dive to gather a better understanding labels Jan 9, 2024
@Jolanrensen Jolanrensen added this to the Backlog milestone Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request research This requires a deeper dive to gather a better understanding
Projects
None yet
Development

No branches or pull requests

1 participant