package
Version:
v1.0.1
Opens a new window with list of versions in this module.
Published: Jun 6, 2023
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
-
func FromParquet(parq, pth, outPth, typ, pkg, imp string, ignore bool) error
-
func FromStruct(pth, outPth, typ, pkg, imp string, ignore bool) error
func FromParquet(parq, pth, outPth, typ, pkg, imp string, ignore bool) error
FromParquet generates a go struct, a reader, and a writer based
on the parquet file at 'parq'
FromStruct generates a parquet reader and writer based on the struct
of type 'typ' that is defined in the go file at 'pth'.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.