package
0.0.0-20230712180008-5d42db8f0d47
Repository: https://github.com/segmentio/parquet-go.git
Documentation: pkg.go.dev

# Functions

AddressOf returns the address to the first element in data, even if the slice has length zero.
AddressOfBytes returns the address of the first byte in data.
AddressOfString returns the address of the first byte in data.
No description provided by the author
Bytes constructs a byte slice.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
BytesToString converts a byte slice to a string value.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
PointerOf is like AddressOf but returns an unsafe.Pointer, losing type information about the underlying data.
PointerOfString is like AddressOfString but returns an unsafe.Pointer, losing type information about the underlying data.
PointerOfValue returns the address of the object packed in the given value.
Slice converts the data slice of type []From to a slice of type []To sharing the same backing array.
StringToBytes applies the inverse conversion of BytesToString.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author