Skip to content

Add allExcept / except support to compiler plugin #1745

@Jolanrensen

Description

@Jolanrensen

As we support all() and select {} in the compiler plugin, it should be relatively trivial to add except and allExcept support too.
There are quite some overloads. That would take most of the work I think.

For instance, .select { allExcept { title } } , .select { userData.allColsExcept { name } }, or .select { colsOf<Int>() except age }.

There are also a bunch of String overloads.

Metadata

Metadata

Labels

Compiler pluginAnything related to the DataFrame Compiler Plugin

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions