buildWhereClause

Function

Constructs a where clause from a given expression set.

  • buildWhereClause(expressionSet: IExpression[]) : string

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/core/schemas/internal/metrics/editorToMetric.ts:116