RuntimeFilterOp

RuntimeFilterOp

A map of the supported runtime filter operations

Enumeration members🔗

BEGINS_WITH🔗

BEGINS_WITH:= "BEGINS_WITH"

Begins with

Defined in : types.ts

BW🔗

BW:= "BW"

Between, non-inclusive

Defined in : types.ts

BW_INC🔗

BW_INC:= "BW_INC"

Between, inclusive of both higher and lower value

Defined in : types.ts

BW_INC_MAX🔗

BW_INC_MAX:= "BW_INC_MAX"

Between, inclusive of higher value

Defined in : types.ts

BW_INC_MIN🔗

BW_INC_MIN:= "BW_INC_MIN"

Between, inclusive of lower value

Defined in : types.ts

CONTAINS🔗

CONTAINS:= "CONTAINS"

Contains

Defined in : types.ts

ENDS_WITH🔗

ENDS_WITH:= "ENDS_WITH"

Ends with

Defined in : types.ts

EQ🔗

EQ:= "EQ"

Equals

Defined in : types.ts

GE🔗

GE:= "GE"

Greater than or equal to

Defined in : types.ts

GT🔗

GT:= "GT"

Greater than

Defined in : types.ts

IN🔗

IN:= "IN"

Is included in this list of values

Defined in : types.ts

LE🔗

LE:= "LE"

Less than or equal to

Defined in : types.ts

LT🔗

LT:= "LT"

Less than

Defined in : types.ts

NE🔗

NE:= "NE"

Does not equal

Defined in : types.ts

NOT_IN🔗

NOT_IN:= "NOT_IN"

Is not included in this list of values

Defined in : types.ts