#[unsafe(no_mangle)]pub extern "C" fn vldb_sqlite_query_json_result_row_count(
handle: *mut VldbSqliteQueryJsonResultHandle,
) -> u64Expand description
返回 JSON 查询结果中的行数。 Return the row count from a JSON-query result.
#[unsafe(no_mangle)]pub extern "C" fn vldb_sqlite_query_json_result_row_count(
handle: *mut VldbSqliteQueryJsonResultHandle,
) -> u64返回 JSON 查询结果中的行数。 Return the row count from a JSON-query result.