]> git.8kb.co.uk Git - postgresql/pg_jsonb_opx/blob - sql/jsonb_opx.h
Amend operations on scalar arrays
[postgresql/pg_jsonb_opx] / sql / jsonb_opx.h
1 #ifndef __JSONB_OPX_H__
2 #define __JSONB_OPX_H__
3
4 extern JsonbValue * pushJsonbBinary(JsonbParseState **pstate, JsonbContainer *jsonb_container);
5 extern JsonbValue * pushJsonbValueBlind(JsonbParseState **pstate, JsonbIteratorToken jsonb_iterator_token, JsonbValue *jsonb_iterator_value);
6 extern Jsonb * jsonbModifyPath(Jsonb *jsonb_a, ArrayType *array_path, Jsonb *jsonb_b);
7
8 #endif