Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CSVIndexer ¶
type CSVIndexer struct {
FS fs.FS
schema.CSVIndexer
}
func NewCSVIndexer ¶
func NewCSVIndexer(fs fs.FS, files []string) (*CSVIndexer, error)
func (*CSVIndexer) Columns ¶
func (r *CSVIndexer) Columns() []string
func (*CSVIndexer) Total ¶
func (r *CSVIndexer) Total() int
Click to show internal directories.
Click to hide internal directories.