defaultTanStackDbSerializers
constdefaultTanStackDbSerializers:TanStackDbSerializerRegistry
Defined in: expr/src/functions/tanstackDb.ts:11
Built-in "tanstack_db" serializers. Arithmetic maps to TanStack DB's add/subtract/
multiply/divide expression functions; upper/lower map to upper/lower. TanStack
DB has no scalar abs/mod, and min/max are aggregates (invalid in a where
predicate), so those functions are intentionally omitted — expression rules using them are
omitted from the output. Each serializer receives the ops object, the format options,
then the serialized argument operands.
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.