Packages

An Elixir interface to the libpg_query postgres query parser. Converts a valid PostgreSQL query into a Protobuf based AST.

Current section

Files

Jump to
pg_query_ex c_src libpg_query src pg_query_outfuncs.h
Raw

c_src/libpg_query/src/pg_query_outfuncs.h

#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