in message/common.pb.go [1235:1260]
func (b0 ColumnMetaData_builder) Build() *ColumnMetaData {
m0 := &ColumnMetaData{}
b, x := &b0, m0
_, _ = b, x
x.xxx_hidden_Ordinal = b.Ordinal
x.xxx_hidden_AutoIncrement = b.AutoIncrement
x.xxx_hidden_CaseSensitive = b.CaseSensitive
x.xxx_hidden_Searchable = b.Searchable
x.xxx_hidden_Currency = b.Currency
x.xxx_hidden_Nullable = b.Nullable
x.xxx_hidden_Signed = b.Signed
x.xxx_hidden_DisplaySize = b.DisplaySize
x.xxx_hidden_Label = b.Label
x.xxx_hidden_ColumnName = b.ColumnName
x.xxx_hidden_SchemaName = b.SchemaName
x.xxx_hidden_Precision = b.Precision
x.xxx_hidden_Scale = b.Scale
x.xxx_hidden_TableName = b.TableName
x.xxx_hidden_CatalogName = b.CatalogName
x.xxx_hidden_ReadOnly = b.ReadOnly
x.xxx_hidden_Writable = b.Writable
x.xxx_hidden_DefinitelyWritable = b.DefinitelyWritable
x.xxx_hidden_ColumnClassName = b.ColumnClassName
x.xxx_hidden_Type = b.Type
return m0
}