Skip to content

Add castTo(Function) overload for workflows that use compiler plugin #948

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
Nov 11, 2024

Conversation

koperagen
Copy link
Collaborator

No description provided.

@koperagen koperagen added the Compiler plugin Anything related to the DataFrame Compiler Plugin label Nov 8, 2024
@koperagen koperagen self-assigned this Nov 8, 2024
@koperagen koperagen added this to the 0.15.0 milestone Nov 8, 2024
@koperagen koperagen changed the title Add castTo(Function) overload for workflow that uses compiler plugin Add castTo(Function) overload for workflows that use compiler plugin Nov 8, 2024
@koperagen koperagen added the enhancement New feature or request label Nov 8, 2024
@@ -42,6 +42,36 @@ public inline fun <reified T> AnyFrame.castTo(
verify: Boolean = true,
): DataFrame<T> = cast<T>(verify = verify)

/**
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Very nice and good explanation!

@koperagen koperagen merged commit 763c048 into master Nov 11, 2024
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compiler plugin Anything related to the DataFrame Compiler Plugin enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants