Function postgres_cell_to_scalar_impl

Source
fn postgres_cell_to_scalar_impl(
    row: &Row,
    data_type: &DataType,
    i: usize,
    name: &str,
) -> Option<ScalarImpl>