package
0.0.0-20240814195656-ed936a2b0889
Repository: https://github.com/smlxl/sqlparser.git
Documentation: pkg.go.dev
# Functions
go:linkname Atof32 strconv.atof32.
go:linkname Atof64 strconv.atof64.
DisableProtoBufRandomness disables the random insertion of whitespace characters when serializing Protocol Buffers in textual form (both when serializing to JSON or to ProtoText)
Since the introduction of the APIv2 for Protocol Buffers, the default serializers in the package insert random whitespace characters that don't change the meaning of the serialized code but make byte-wise comparison impossible.
RuntimeAllocSize returns size of the memory block that mallocgc will allocate if you ask for the size.
RuntimeStrhash provides access to the Go runtime's default hash function for strings.
String force casts a []byte to a string.
StringBytes returns the underlying bytes for a string.