Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cast ¶
func Cast(value string, t ColumnType) any
Types ¶
type ColumnType ¶
type ColumnType int
const ( TypeString ColumnType = iota TypeInt TypeFloat TypeBool TypeDate TypeIDString )
func InferColumns ¶
func InferColumns(headers []string, rows [][]string) []ColumnType
Click to show internal directories.
Click to hide internal directories.