Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ColumnType ¶
func StringsToColumnTypes ¶
func StringsToColumnTypes(strings []string) ([]ColumnType, error)
type FloatColumnType ¶
type FloatColumnType interface { ColumnType ValueFromRaw(float64) float64 }
type StringColumnType ¶
type StringColumnType interface { ColumnType ValueFromRaw(float64) (string, error) }
Click to show internal directories.
Click to hide internal directories.