package
0.0.0-20241011013927-817756c5aae4
Repository: https://github.com/wasilibs/go-pgquery.git
Documentation: pkg.go.dev

# Functions

DeparseFromProtobuf - Deparses the given Protobuf format parse tree into a SQL statement.
FingerprintToHexStr - Fingerprint the passed SQL statement using the C extension and returns result as hex string.
FingerprintToUInt64 - Fingerprint the passed SQL statement using the C extension and returns result as uint64.
HashXXH3_64 - Helper method to run XXH3 hash function (64-bit variant) on the given bytes, with the specified seed.
Normalize the passed SQL statement to replace constant values with ? characters.
ParsePlPgSqlToJSON - Parses the given PL/pgSQL function statement into a parse tree (JSON format).
ParseToJSON - Parses the given SQL statement into a parse tree (JSON format).
ParseToProtobuf - Parses the given SQL statement into a parse tree (Protobuf format).
Scans the given SQL statement into a protobuf ScanResult.

# Type aliases

No description provided by the author