Documentation ¶
Index ¶
- func NewGroupField(name string, node parquet.Node) parquet.Field
- type Group
- func (g Group) Compression() compress.Codec
- func (g Group) Encoding() encoding.Encoding
- func (g Group) Fields() []parquet.Field
- func (g Group) GoType() reflect.Type
- func (g Group) Leaf() bool
- func (g Group) Optional() bool
- func (g Group) Repeated() bool
- func (g Group) Required() bool
- func (g Group) String() string
- func (g Group) Type() parquet.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewGroupField ¶
func NewGroupField(name string, node parquet.Node) parquet.Field
Types ¶
type Group ¶
type Group []parquet.Field
Group allows to write a custom ordered schema. As opposed to parquet.Group which orders fields alphabethical as it is based on a map.
func (Group) Compression ¶
Click to show internal directories.
Click to hide internal directories.