Does @where
have the equivalent of transform’s ByRow function?
So you don’t have to vectorise the conditional statement
e.g.
@where_ByRow( :col1 < 10 & :col2 < 20 )
instead of
@where( :col1 .< 10 .& :col2 .< 20 )
Does @where
have the equivalent of transform’s ByRow function?
So you don’t have to vectorise the conditional statement
e.g.
@where_ByRow( :col1 < 10 & :col2 < 20 )
instead of
@where( :col1 .< 10 .& :col2 .< 20 )