Skip to main content

duckdb_file_handle_seek

Function duckdb_file_handle_seek 

Source
pub unsafe extern "C" fn duckdb_file_handle_seek(
    file_handle: duckdb_file_handle,
    position: i64,
) -> duckdb_state
Expand description

Seeks to a specific position in the file.

@param file_handle The file handle to seek in. @return DuckDBSuccess on success or DuckDBError on failure. If unsuccessful, the error data can be retrieved using duckdb_file_handle_error_data.