File: pg_query_fingerprint.h

package info (click to toggle)
ruby-pg-query 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 15,640 kB
  • sloc: ansic: 144,813; ruby: 825; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (2)
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