File ftab_set.cpp¶
FileList > cubrid > src > storage > ftab_set.cpp
Go to the source code of this file
#include "config.h"#include "ftab_set.hpp"#include "bit.h"#include "error_code.h"#include "error_manager.h"#include "file_manager.h"#include "memory_alloc.h"#include "statistics.h"#include "storage_common.h"#include "thread_compat.hpp"#include <algorithm>#include <cstdint>#include <random>#include <vector>#include "memory_wrapper.hpp"
Public Functions¶
| Type | Name |
|---|---|
| int | collect_strided_vpids_multi (THREAD_ENTRY * thread_p, const HFID * hfids, int n_hfids, VPID ** out_picked, int * out_count, int ** out_part_offsets, int * out_weight) |
Public Functions Documentation¶
function collect_strided_vpids_multi¶
int collect_strided_vpids_multi (
THREAD_ENTRY * thread_p,
const HFID * hfids,
int n_hfids,
VPID ** out_picked,
int * out_count,
int ** out_part_offsets,
int * out_weight
)
The documentation for this class was generated from the following file cubrid/src/storage/ftab_set.cpp