uqa-pg-query 0.1.6

PostgreSQL 18 libpg_query parser pin used by UQA Engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
#ifndef PG_QUERY_OUTFUNCS_H
#define PG_QUERY_OUTFUNCS_H

#include "pg_query.h"

PgQueryProtobuf pg_query_nodes_to_protobuf(const void *obj);

char *pg_query_node_to_json(const void *obj);
char *pg_query_nodes_to_json(const void *obj);

#endif