datatypes::types

Function vector_type_value_to_string

Source
pub fn vector_type_value_to_string(val: &[u8], dim: u32) -> Result<String>
Expand description

Converts a vector type value to string for example: [1.0, 2.0, 3.0] -> “[1.0,2.0,3.0]”