Skip to content

Deprecate @AccessApiOverload functions #1172

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

Merged
merged 1 commit into from
May 5, 2025

Conversation

koperagen
Copy link
Collaborator

@koperagen koperagen commented May 5, 2025

One of the design goals of the library is typed access to columns.
That's why all operations that have "column" parameters used to have 4 overloads: String, ColumnReference, KProperties, and either DataRowExpression or ColumnSelector for generated extension properties. However, with compiler plugin reaching stable state, generated extension properties will appear in many new scenarios when you'd normally want to use column reference or kproperty. That's why we want to reconsider this design and simplify public API, moving most typed access to extension properties and String API as fallback mechanism whenever data frame schema cannot be evaluated at compile time.

@koperagen koperagen added this to the 1.0.0-Beta1 (0.16) milestone May 5, 2025
@koperagen koperagen requested a review from zaleslaw May 5, 2025 14:47
@koperagen koperagen self-assigned this May 5, 2025
@koperagen koperagen merged commit a39dcc6 into master May 5, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants