package
Version:
v0.0.9
Opens a new window with list of versions in this module.
Published: Jul 5, 2024
License: AGPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Flat struct {
ColA int `parquet:",snappy"`
ColB string `parquet:",snappy"`
ColC *string `parquet:",snappy,optional"`
}
type Inner struct {
InnerA string `parquet:",snappy"`
Map []InnerMap
}
type InnerMap struct {
Key string `parquet:",snappy,dict"`
Val *int `parquet:",snappy,optional"`
}
type Nested struct {
ColA int `parquet:",snappy"`
ColB []Inner
ColC string `parquet:",snappy"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.