Skip to content

Struct scan_stats

ClassList > scan_stats

  • #include <scan_manager.h>

Public Attributes

Type Name
SCAN_AGL * agl
bool covered_index
UINT64 data_qualified_rows
struct timeval elapsed_hash_build
struct timeval elapsed_lookup
struct timeval elapsed_scan
bool index_skip_scan
UINT64 key_qualified_rows
bool loose_index_scan
bool min_max_only_scan
bool multi_range_opt
bool noscan
UINT64 num_fetches
UINT64 num_ioreads
UINT64 qualified_keys
UINT64 qualified_rows
UINT64 read_keys
UINT64 read_rows

Public Attributes Documentation

variable agl

SCAN_AGL* scan_stats::agl;

variable covered_index

bool scan_stats::covered_index;

variable data_qualified_rows

UINT64 scan_stats::data_qualified_rows;

variable elapsed_hash_build

struct timeval scan_stats::elapsed_hash_build;

variable elapsed_lookup

struct timeval scan_stats::elapsed_lookup;

variable elapsed_scan

struct timeval scan_stats::elapsed_scan;

variable index_skip_scan

bool scan_stats::index_skip_scan;

variable key_qualified_rows

UINT64 scan_stats::key_qualified_rows;

variable loose_index_scan

bool scan_stats::loose_index_scan;

variable min_max_only_scan

bool scan_stats::min_max_only_scan;

variable multi_range_opt

bool scan_stats::multi_range_opt;

variable noscan

bool scan_stats::noscan;

variable num_fetches

UINT64 scan_stats::num_fetches;

variable num_ioreads

UINT64 scan_stats::num_ioreads;

variable qualified_keys

UINT64 scan_stats::qualified_keys;

variable qualified_rows

UINT64 scan_stats::qualified_rows;

variable read_keys

UINT64 scan_stats::read_keys;

variable read_rows

UINT64 scan_stats::read_rows;


The documentation for this class was generated from the following file cubrid/src/query/scan_manager.h