Documentation
¶
Index ¶
- Variables
- type Batch
- func (bat *Batch) Close() error
- func (bat *Batch) CloseVector(attr int) error
- func (bat *Batch) GetAttrs() []int
- func (bat *Batch) GetReaderByAttr(attr int) (dbi.IVectorReader, error)
- func (bat *Batch) GetVectorByAttr(attr int) (vector.IVector, error)
- func (bat *Batch) IsReadonly() bool
- func (bat *Batch) IsVectorClosed(attr int) (bool, error)
- func (bat *Batch) Length() int
- type IBatch
Constants ¶
This section is empty.
Variables ¶
View Source
var ( BatNotFoundErr = errors.New("not found error") BatAlreadyClosedErr = errors.New("already closed error") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.