MySQL 9.0.0
Source Code Documentation
s_mysql_table_access_index_v1 Struct Reference

Table access service, index scan. More...

#include <table_access_service.h>

Public Attributes

index_init_v1_t init
 
index_read_map_v1_t read_map
 
index_first_v1_t first
 
index_next_v1_t next
 
index_next_same_v1_t next_same
 
index_end_v1_t end
 

Detailed Description

Table access service, index scan.

Version 1. Status: active

Member Data Documentation

◆ end

index_end_v1_t s_mysql_table_access_index_v1::end
See also
index_end_v1_t

◆ first

index_first_v1_t s_mysql_table_access_index_v1::first
See also
index_first_v1_t

◆ init

index_init_v1_t s_mysql_table_access_index_v1::init
See also
index_init_v1_t

◆ next

index_next_v1_t s_mysql_table_access_index_v1::next
See also
index_next_v1_t

◆ next_same

index_next_same_v1_t s_mysql_table_access_index_v1::next_same
See also
index_next_same_v1_t

◆ read_map

index_read_map_v1_t s_mysql_table_access_index_v1::read_map
See also
index_read_map_v1_t

The documentation for this struct was generated from the following file: