MySQL 8.4.2
Source Code Documentation
|
Holds information about a position in the buffer frame as stored in a temporary file (cf. More...
#include <window.h>
Public Member Functions | |
Frame_buffer_position (uchar *position, int64 rowno) | |
Public Attributes | |
uchar * | m_position |
< The size of the file position is determined by handler::ref_length More... | |
int64 | m_rowno |
Holds information about a position in the buffer frame as stored in a temporary file (cf.
m_frame_buffer). We save a number of such positions to speed up lookup when we move the window frame, cf. m_frame_buffer_positions
uchar* Window::Frame_buffer_position::m_position |
< The size of the file position is determined by handler::ref_length
Row number in partition, 1-based
int64 Window::Frame_buffer_position::m_rowno |