MySQL 8.3.0
Source Code Documentation
Window::st_offset Struct Reference

#include <window.h>

Public Member Functions

 st_offset ()
 
bool operator< (const st_offset &a) const
 Used for sorting offsets in ascending order for faster traversal of frame buffer tmp file. More...
 

Public Attributes

int64 m_rowno
 
bool m_from_last
 

Constructor & Destructor Documentation

◆ st_offset()

Window::st_offset::st_offset ( )
inline

Member Function Documentation

◆ operator<()

bool Window::st_offset::operator< ( const st_offset a) const
inline

Used for sorting offsets in ascending order for faster traversal of frame buffer tmp file.

Member Data Documentation

◆ m_from_last

bool Window::st_offset::m_from_last

◆ m_rowno

int64 Window::st_offset::m_rowno

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