Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetColumnsFromFiles ¶ added in v0.1.0
Types ¶
type CSVIndexer ¶
type CSVIndexer struct {
// contains filtered or unexported fields
}
func NewCSVIndexer ¶
func NewCSVIndexer(files []string) (*CSVIndexer, error)
func (*CSVIndexer) Columns ¶
func (r *CSVIndexer) Columns() []string
func (*CSVIndexer) Total ¶
func (r *CSVIndexer) Total() int
type FileOffset ¶
Click to show internal directories.
Click to hide internal directories.