PostgreSQL Source Code: JsonLikeRegexContext Struct Reference (original) (raw)
JsonLikeRegexContext Struct Reference
Data Fields | |
---|---|
text * | regex |
int | cflags |
Detailed Description
Definition at line 120 of file jsonpath_exec.c.
Field Documentation
◆ cflags
int JsonLikeRegexContext::cflags
Definition at line 123 of file jsonpath_exec.c.
Referenced by executeLikeRegex().
◆ regex
text* JsonLikeRegexContext::regex
Definition at line 122 of file jsonpath_exec.c.
Referenced by executeLikeRegex().
The documentation for this struct was generated from the following file:
- src/backend/utils/adt/jsonpath_exec.c