makeStringExprProcessor()
makeStringExprProcessor(
config:StringExprConfig): (serializers?:SQLSerializerRegistry) =>RuleProcessor
Defined in: expr/src/utils/stringExprProcessor.ts:69
Builds a getExpressionRuleProcessor… factory for a string-output format. The returned
factory accepts optional serializers merged over the format's built-ins. Supports scalar
comparisons, is null/is not null, and expression-sourced between/notBetween;
rules without expressions (or with any other operator) defer to the stock processor.
Parameters
| Parameter | Type |
|---|---|
config | StringExprConfig |
Returns
(serializers?: SQLSerializerRegistry) => RuleProcessor
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.