Skip to main content

defaultNLSerializers

const defaultNLSerializers: SQLSerializerRegistry

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

Built-in "natural_language" serializers rendering each function as an English noun phrase (e.g. the product of X and Y, the absolute value of X). min/max join their operands with commas. Each serializer is opts-first ((opts, ...args) => string).


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.