Skip to content

@sourceloop/reporting-service / Exports / WhereCondition

Interface: WhereCondition

Table of contents

Properties

Properties

field

field: FieldExpression

Defined in

services/reporting-service/src/interfaces/structured-query.interface.ts:50


operator

operator: Operator

Defined in

services/reporting-service/src/interfaces/structured-query.interface.ts:51


value

value: null | number | boolean | string[] | FieldExpression | number[]

Defined in

services/reporting-service/src/interfaces/structured-query.interface.ts:53


valueType

Optional valueType: "literal" | "column"

Defined in

services/reporting-service/src/interfaces/structured-query.interface.ts:63