PostgreSQL Source Code git master
|
Data Fields | |
int16 | len |
bool | lowercase |
int | val |
const char * | keyword |
Definition at line 390 of file jsonpath_scan.l.
const char* JsonPathKeyword::keyword |
Definition at line 395 of file jsonpath_scan.l.
Referenced by copy_connection().
int16 JsonPathKeyword::len |
Definition at line 392 of file jsonpath_scan.l.
bool JsonPathKeyword::lowercase |
Definition at line 393 of file jsonpath_scan.l.
int JsonPathKeyword::val |
Definition at line 394 of file jsonpath_scan.l.