Skip to content

File px_heap_scan.hpp

FileList > cubrid > src > query > parallel > px_heap_scan > px_heap_scan.hpp

Go to the source code of this file

  • #include "xasl.h"
  • #include "px_worker_manager.hpp"
  • #include "px_heap_scan_result_handler.hpp"
  • #include "px_heap_scan_input_handler_ftabs.hpp"
  • #include "px_heap_scan_trace_handler.hpp"
  • #include "px_heap_scan_result_type.hpp"
  • #include "query_manager.h"
  • #include "px_heap_scan_join_info.hpp"

Namespaces

Type Name
namespace parallel_heap_scan

Classes

Type Name
class manager <result_type>

Public Functions

Type Name
void scan_close_parallel_heap_scan (THREAD_ENTRY * thread_p, SCAN_ID * scan_id)
void scan_end_parallel_heap_scan (THREAD_ENTRY * thread_p, SCAN_ID * scan_id)
SCAN_CODE scan_next_parallel_heap_scan (THREAD_ENTRY * thread_p, SCAN_ID * scan_id)
int scan_open_parallel_heap_scan (THREAD_ENTRY * thread_p, SCAN_ID * scan_id, bool mvcc_select_lock_needed, int fixed_scan, int grouped_scan, VAL_DESCR * vd, ACCESS_SPEC_TYPE * spec, OID * class_oid, HFID * class_hfid, XASL_NODE * xasl, QUERY_ID query_id)
int scan_reset_scan_block_parallel_heap_scan (THREAD_ENTRY * thread_p, SCAN_ID * scan_id)
int scan_start_parallel_heap_scan (THREAD_ENTRY * thread_p, SCAN_ID * scan_id)

Public Functions Documentation

function scan_close_parallel_heap_scan

void scan_close_parallel_heap_scan (
    THREAD_ENTRY * thread_p,
    SCAN_ID * scan_id
) 

function scan_end_parallel_heap_scan

void scan_end_parallel_heap_scan (
    THREAD_ENTRY * thread_p,
    SCAN_ID * scan_id
) 

function scan_next_parallel_heap_scan

SCAN_CODE scan_next_parallel_heap_scan (
    THREAD_ENTRY * thread_p,
    SCAN_ID * scan_id
) 

function scan_open_parallel_heap_scan

int scan_open_parallel_heap_scan (
    THREAD_ENTRY * thread_p,
    SCAN_ID * scan_id,
    bool mvcc_select_lock_needed,
    int fixed_scan,
    int grouped_scan,
    VAL_DESCR * vd,
    ACCESS_SPEC_TYPE * spec,
    OID * class_oid,
    HFID * class_hfid,
    XASL_NODE * xasl,
    QUERY_ID query_id
) 

function scan_reset_scan_block_parallel_heap_scan

int scan_reset_scan_block_parallel_heap_scan (
    THREAD_ENTRY * thread_p,
    SCAN_ID * scan_id
) 

function scan_start_parallel_heap_scan

int scan_start_parallel_heap_scan (
    THREAD_ENTRY * thread_p,
    SCAN_ID * scan_id
) 


The documentation for this class was generated from the following file cubrid/src/query/parallel/px_heap_scan/px_heap_scan.hpp