Searched refs:cursor_bytes (Results 1 – 1 of 1) sorted by relevance
465 let cursor_bytes = &*slice_from_raw_parts(info.cursor, info.cursor_len as usize); in OhCloudExtCloudDbBatchQuery() localVariable466 let cursor = std::str::from_utf8_unchecked(cursor_bytes); in OhCloudExtCloudDbBatchQuery()