Documentation
¶
Index ¶
- type CSVFile
- func (file *CSVFile[K, V, R]) Close()
- func (file *CSVFile[K, V, R]) FindIndex(index int64) (*V, error)
- func (file *CSVFile[K, V, R]) FindKey(key K) (*V, error)
- func (file *CSVFile[K, V, R]) FindKeySlice(key K) ([]*V, error)
- func (file *CSVFile[K, V, R]) FindOffset(offset int64) (*V, error)
- func (file *CSVFile[K, V, R]) Index() error
- func (file *CSVFile[K, V, R]) RowCount() int64
- type File
- type Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVFile ¶
type CSVFile[K comparable, V any, R Row[V]] struct { // contains filtered or unexported fields }
func (*CSVFile[K, V, R]) FindKeySlice ¶
func (*CSVFile[K, V, R]) FindOffset ¶
Click to show internal directories.
Click to hide internal directories.