- 
    Type:New Feature 
- 
    Resolution: Fixed
- 
    Priority:Unknown 
- 
    Affects Version/s: None
- 
    Component/s: Doctrine
- 
    None
- 
        PHP Drivers
- 
        Not Needed
- 
        
- 
        None
- 
        None
- 
        None
- 
        None
- 
        None
- 
        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
 
-