Function mz_testdrive::action::sql::decode_row

source ·
pub fn decode_row(
    state: &State,
    row: Row
) -> Result<(Vec<String>, Option<Vec<String>>), Error>