#[unsafe(no_mangle)]pub extern "C" fn vldb_sqlite_search_result_total(
handle: *mut VldbSqliteSearchResultHandle,
) -> u64Expand description
返回 FTS 检索总命中数。 Return the total hit count of an FTS search result.
#[unsafe(no_mangle)]pub extern "C" fn vldb_sqlite_search_result_total(
handle: *mut VldbSqliteSearchResultHandle,
) -> u64返回 FTS 检索总命中数。 Return the total hit count of an FTS search result.