Skip to main content

defaultCELSerializers

const defaultCELSerializers: SQLSerializerRegistry

Defined in: expr/src/functions/cel.ts:8

Built-in "cel" (CEL) expression serializers. Arithmetic and mod use native infix operators; abs/min/max use native conditional expressions; upper/lower use the CEL strings-extension .upperAscii()/.lowerAscii() macros.


caution

API documentation is generated from the latest commit on the main branch. It may be somewhat inconsistent with official releases of React Query Builder.