new $k.QueryReference()
References another query that selects elements of this query according to the operator. If $k.Operator.EQUAL or NOT_EQUAL are selected, then the reference works in both directions. If $k.Operator.FILTER is selected, then the subquery is only applied to this query.
Extends
Methods
operator() : string
Returns the comparison operator
- Since:
 - 4.1.0
 
Returns:
| Type | Description | 
|---|---|
| string | 
setOperator(operator)
Sets the comparison operator
| Name | Type | Description | 
|---|---|---|
operator | 
            
            
            string | 
- Since:
 - 4.1.0