Skip to main content

encode_cursor_batch_payload

Function encode_cursor_batch_payload 

Source
pub fn encode_cursor_batch_payload(
    cursor_id: u32,
    rows: &[Vec<WireValue>],
    has_more: bool,
) -> Result<Vec<u8>, CursorPayloadError>