Virtual columns are queryable column “views” created from a set of columns during a query.
Virtual columns can be used as dimensions or as inputs to aggregators.
The expression virtual column has the following syntax:
"type": "expression",
"expression": <row expression>,
}