buildWhereClause
Constructs a where clause from a given expression set.
Parameters
Parameter | Type | Default | Notes |
---|---|---|---|
expressionSet Optional | IExpression[] | [] |
Returns
returns a string for the where clause query
NOTE: currently returns string as a MATCH and everything else as BETWEEN
string
Function defined in common/src/metrics/editorToMetric.ts:116