|
PostgreSQL Source Code git master
|
Data Fields | |
| JsonLexContext * | lex |
| Tuplestorestate * | tuple_store |
| TupleDesc | ret_tdesc |
| MemoryContext | tmp_cxt |
| const char * | result_start |
| bool | normalize_results |
| bool | next_scalar |
| char * | normalized_scalar |
Definition at line 109 of file jsonfuncs.c.
| JsonLexContext* EachState::lex |
Definition at line 111 of file jsonfuncs.c.
Referenced by each_array_start(), each_object_field_end(), each_object_field_start(), and each_scalar().
| bool EachState::next_scalar |
Definition at line 117 of file jsonfuncs.c.
Referenced by each_object_field_end(), each_object_field_start(), and each_scalar().
| bool EachState::normalize_results |
Definition at line 116 of file jsonfuncs.c.
Referenced by each_object_field_end(), and each_object_field_start().
| char* EachState::normalized_scalar |
Definition at line 118 of file jsonfuncs.c.
Referenced by each_object_field_end(), and each_scalar().
| const char* EachState::result_start |
Definition at line 115 of file jsonfuncs.c.
Referenced by each_object_field_end(), and each_object_field_start().
| TupleDesc EachState::ret_tdesc |
Definition at line 113 of file jsonfuncs.c.
Referenced by each_object_field_end().
| MemoryContext EachState::tmp_cxt |
Definition at line 114 of file jsonfuncs.c.
Referenced by each_object_field_end().
| Tuplestorestate* EachState::tuple_store |
Definition at line 112 of file jsonfuncs.c.
Referenced by each_object_field_end().