Improve @transform
macro to handle obj.field
expressions
#506
Labels
@transform
macro to handle obj.field
expressions
#506
Uh oh!
There was an error while loading. Please reload this page.
Currently, the following code doesn't work:
The workaround consists of defining the function outside the macro:
Basically, the expression
obj.field
is converted toobj.:field
and incorrectly interpreted as a column of the geotable.We need to handle this special case like other packages do (e.g., DataFramesMeta.jl)
The text was updated successfully, but these errors were encountered: