Columns
Supported Column Functions
UNSET
UNSET(fieldName)
Unsets a field. Useful to remove _id from a result set. Does not require an alias
FIELD_EXISTS
FIELD_EXISTS(expr,true/false)
Check if a field exists: FIELD_EXISTS(expr,true) or doesn't exist: FIELD_EXISTS(expr,false). Can only be used in where clauses and not as an expression.