-
Type:
New Feature
-
Resolution: Unresolved
-
Priority:
Unknown
-
None
-
Affects Version/s: None
-
Component/s: Doctrine
-
None
Convert from array of int/float/bool to Binary vector.
This is 3 new types :
- BinVectorInt8
- BinVectorFloat32
- BinVectorPackedBit
That extends an abstract BinVector type.
This is helpful to convert the array into a Binary instance. But decoding the Binary Vector on every document read might not be optimal. Users should exclude this field from their query results.
- depends on
-
PHPC-2474 BSON Binary Vector Subtype Support
-
- In Progress
-