Module org.elasticsearch.simdvec
Interface ESVectorUtilSupport
public interface ESVectorUtilSupport
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlongipByteBinByte(byte[] q, byte[] d) intipByteBit(byte[] q, byte[] d) floatipFloatBit(float[] q, byte[] d)
-
Field Details
-
B_QUERY
static final short B_QUERY- See Also:
-
-
Method Details
-
ipByteBinByte
long ipByteBinByte(byte[] q, byte[] d) -
ipByteBit
int ipByteBit(byte[] q, byte[] d) -
ipFloatBit
float ipFloatBit(float[] q, byte[] d)
-