pub fn make_string_from_decimal(
    column: &Arc<dyn Array>,
    row: usize
) -> Result<String>