MCPcopy Create free account
hub / github.com/MariaDB/server / get_row_count_func

Method get_row_count_func

sql/sql_class.h:4148–4151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4146
4147public:
4148 inline longlong get_row_count_func() const
4149 {
4150 return m_row_count_func;
4151 }
4152
4153 inline void set_row_count_func(longlong row_count_func)
4154 {

Callers 5

val_intMethod · 0.80
get_valueMethod · 0.80
sql_parse.ccFile · 0.80
MYSQL_DML_GET_STATFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected