What is the DataFramesMeta way to specify a column by its name in a variable?

As it is now, you need to use cols

colref = Symbol("num")
@where(df,cols(colref) .== 2)