risingwave_batch::executor::postgres_query

Function postgres_cell_to_scalar_impl

source
fn postgres_cell_to_scalar_impl(
    row: &Row,
    data_type: &DataType,
    i: usize,
    name: &str,
) -> Result<Datum, BatchError>