Versions in this module Expand all Collapse all v0 v0.25.2 Jun 5, 2025 Changes in this version type BinaryOperatorSymbol + const CosDistance + const Distance + const NegInnerProduct v0.23.2 Feb 12, 2024 Changes in this version + func BinaryOpName(op BinaryOperatorSymbol) string + type BinaryOperator struct + IsExplicitOperator bool + Symbol BinaryOperatorSymbol + func MakeBinaryOperator(symbol BinaryOperatorSymbol) BinaryOperator + func (BinaryOperator) Operator() + func (o BinaryOperator) String() string + type BinaryOperatorSymbol uint8 + const Bitand + const Bitor + const Bitxor + const Concat + const Div + const FloorDiv + const JSONFetchText + const JSONFetchTextPath + const JSONFetchVal + const JSONFetchValPath + const LShift + const Minus + const Mod + const Mult + const NumBinaryOperatorSymbols + const Plus + const Pow + const RShift + const TSMatch + func (i BinaryOperatorSymbol) IsPadded() bool + func (i BinaryOperatorSymbol) String() string