Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ColumnInfo ¶
type ColumnInfo struct { TypeInfo types.EntityType IsEnum bool IsUnique bool ColumnName string ColumnStats }
type ColumnStats ¶
type LoadedFile ¶
type LoadedFile struct { Data [][]string `json:"-"` *FileInfo // contains filtered or unexported fields }
func NewLoadedFile ¶
func NewLoadedFile(filename string, data [][]string) LoadedFile
func (LoadedFile) AddRows ¶
func (l LoadedFile) AddRows(newData [][]string)
func (LoadedFile) DetectColumnTypes ¶
func (file LoadedFile) DetectColumnTypes()
func (LoadedFile) GetData ¶
func (l LoadedFile) GetData(i, j int) string
func (LoadedFile) LoadData ¶
func (file LoadedFile) LoadData() error
func (LoadedFile) ProcessLoadedFile ¶
func (file LoadedFile) ProcessLoadedFile() error
Click to show internal directories.
Click to hide internal directories.