|
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.
| bool EachState::next_scalar |
Definition at line 117 of file jsonfuncs.c.
| bool EachState::normalize_results |
Definition at line 116 of file jsonfuncs.c.
| char* EachState::normalized_scalar |
Definition at line 118 of file jsonfuncs.c.
Definition at line 115 of file jsonfuncs.c.
| TupleDesc EachState::ret_tdesc |
Definition at line 113 of file jsonfuncs.c.
| MemoryContext EachState::tmp_cxt |
Definition at line 114 of file jsonfuncs.c.
| Tuplestorestate* EachState::tuple_store |
Definition at line 112 of file jsonfuncs.c.