Documentation
¶
Index ¶
- func NewCoalesce(pool *model.VectorPool, opts *query.Options, batchSize int64, ...) model.VectorOperator
- func NewConcurrent(next model.VectorOperator, bufferSize int, opts *query.Options) model.VectorOperator
- func NewDedupOperator(pool *model.VectorPool, next model.VectorOperator, opts *query.Options) model.VectorOperator
- func NewDuplicateLabelCheck(next model.VectorOperator, opts *query.Options) model.VectorOperator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCoalesce ¶
func NewCoalesce(pool *model.VectorPool, opts *query.Options, batchSize int64, operators ...model.VectorOperator) model.VectorOperator
func NewConcurrent ¶
func NewConcurrent(next model.VectorOperator, bufferSize int, opts *query.Options) model.VectorOperator
func NewDedupOperator ¶
func NewDedupOperator(pool *model.VectorPool, next model.VectorOperator, opts *query.Options) model.VectorOperator
func NewDuplicateLabelCheck ¶
func NewDuplicateLabelCheck(next model.VectorOperator, opts *query.Options) model.VectorOperator
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.