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

# Functions

BytesToInt96 converts the byte slice passed as argument to a slice of Int96 sharing the same backing array.
Int32ToInt96 converts a int32 value to a Int96.
Int64ToInt96 converts a int64 value to Int96.
Int96ToBytes converts the slice of Int96 values to a slice of bytes sharing the same backing array.
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

# Constants

An embedded BSON document A BSON document embedded within a single BINARY column.
A Date Stored as days since Unix epoch, encoded as the INT32 physical type.
A decimal value.
an enum is converted into a binary field.
No description provided by the author
No description provided by the author
No description provided by the author
A signed integer value.
An interval of time This type annotates data stored as a FIXED_LEN_BYTE_ARRAY of length 12 This data is composed of three separate little endian unsigned integers.
An embedded JSON document A JSON document embedded within a single UTF8 column.
a list is converted into an optional field containing a repeated field for its values.
a map is converted as an optional field containing a repeated key/value pair.
a key/value pair is converted into a group of two fields.
A time.
A time The total number of milliseconds since midnight.
A date/time combination Date and time recorded as microseconds since the Unix epoch.
A date/time combination Date and time recorded as milliseconds since the Unix epoch.
No description provided by the author
No description provided by the author
No description provided by the author
An unsigned integer value.
a BYTE_ARRAY actually contains UTF8 encoded chars.

# Type aliases

DEPRECATED: Common types used by frameworks(e.g.
Int96 is an implementation of the deprecated INT96 parquet type.