type Result struct {
// Fields are the fields that will be written to and read from a parquet file. Parent flds.Field// Errors is a list of errors that occurred while parsing a struct. Errors []error
}
Result holds the fields and errors that are generated
by reading a go struct.