Skip to content

Conversation

@koperagen
Copy link
Collaborator

No description provided.

@koperagen koperagen added this to the 1.0.0-Beta4 milestone Sep 3, 2025
@koperagen koperagen self-assigned this Sep 3, 2025
@koperagen koperagen added the Compiler plugin Anything related to the DataFrame Compiler Plugin label Sep 3, 2025
* Store values of given type [T] in ValueColumns without transformation into ColumnGroups or FrameColumns.
*/
@Interpretable("PreserveT")
public inline fun <reified T> TraversePropertiesDsl.preserve(): Unit = preserve(T::class)
Copy link
Collaborator

Choose a reason for hiding this comment

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

never knew we had this function, thanks for the docs!

@koperagen koperagen merged commit 6fcedc3 into master Sep 4, 2025
5 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

3 participants