Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultConfig = Config{ // contains filtered or unexported fields }
Functions ¶
Types ¶
type ConfigOption ¶
type ConfigOption func(*Config)
ConfigOption is the type used to configure the load of elements
func DefaultType ¶
func DefaultType(t series.ElementType) ConfigOption
DefaultType sets the defaultType option for loadOptions.
func DetectTypes ¶
func DetectTypes(b bool) ConfigOption
DetectTypes sets the detectTypes option for loadOptions.
func HasHeader ¶
func HasHeader(b bool) ConfigOption
HasHeader sets the hasHeader option for loadOptions.
func NaNValues ¶
func NaNValues(nanValues []string) ConfigOption
NaNValues sets the nanValues option for loadOptions.
func WithTypes ¶
func WithTypes(coltypes map[string]series.ElementType) ConfigOption
WithTypes sets the types option for loadOptions.
Click to show internal directories.
Click to hide internal directories.