Skip to main content

encode_vector

Function encode_vector 

Source
pub fn encode_vector(vector: &Vector) -> Vec<u8> 
Expand description

Encode a VECTOR value into its image (the bytes that go inside the LOB wrapper). Mirrors VectorEncoder.encode in vector.pyx.