Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Column ¶
type Column struct {
Name string `yaml:"name,omitempty" json:"name,omitempty"`
Type Type `yaml:"type,omitempty" json:"type,omitempty"`
Scale int `json:"-" yaml:"-"`
AvroTypeName string `json:"-" yaml:"-"`
// contains filtered or unexported fields
}
func (*Column) UnmarshalJSON ¶ added in v1.4.12
Click to show internal directories.
Click to hide internal directories.