Versions in this module Expand all Collapse all v0 v0.0.2 Jun 26, 2023 Changes in this version + func GetTypeStr(pT *parquet.Type, cT *parquet.ConvertedType) string + func ParquetTypeToGoTypeStr(pT *parquet.Type, cT *parquet.ConvertedType) string + func ParquetTypeToParquetTypeStr(pT *parquet.Type, cT *parquet.ConvertedType) (string, string) + func Strip(s string) string + type Node struct + Children []*Node + Indent string + SE *parquet.SchemaElement + func NewNode(schema *parquet.SchemaElement) *Node + func (n *Node) OutputJsonSchema() string + func (n *Node) OutputStruct(withName bool, withTags bool) string + type SchemaTree struct + Root *Node + func CreateSchemaTree(schemas []*parquet.SchemaElement) *SchemaTree + func (st *SchemaTree) OutputJsonSchema() string + func (st *SchemaTree) OutputStruct(withTags bool) string