libpg_query2-sys 0.3.0

FFI bindings to libpg_query
Documentation
1
2
3
4
5
6
7
8
9
10
#ifndef PG_QUERY_FINGERPRINT_H
#define PG_QUERY_FINGERPRINT_H

#include <stdbool.h>

extern PgQueryFingerprintResult pg_query_fingerprint_with_opts(const char* input, bool printTokens);

extern uint64_t pg_query_fingerprint_node(const void * node);

#endif