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