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_fingerprint.h
Raw

c_src/libpg_query/src/pg_query_fingerprint.h

#ifndef PG_QUERY_FINGERPRINT_H
#define PG_QUERY_FINGERPRINT_H
#include <stdbool.h>
extern PgQueryFingerprintResult pg_query_fingerprint_with_opts(const char* input, int parser_options, bool printTokens);
extern uint64_t pg_query_fingerprint_node(const void * node);
#endif