Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewScalar ¶
func NewScalar( pool *model.VectorPool, next model.VectorOperator, scalar model.VectorOperator, op parser.ItemType, scalarSide ScalarSide, returnBool bool, opts *query.Options, ) (*scalarOperator, error)
func NewVectorOperator ¶
func NewVectorOperator( pool *model.VectorPool, lhs model.VectorOperator, rhs model.VectorOperator, matching *parser.VectorMatching, opType parser.ItemType, returnBool bool, opts *query.Options, ) (model.VectorOperator, error)
Types ¶
type ScalarSide ¶
type ScalarSide int
const ( ScalarSideBoth ScalarSide = iota ScalarSideLeft ScalarSideRight )
Click to show internal directories.
Click to hide internal directories.