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

Method length

storage/connect/jdbconn.cpp:309–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307 } // end of ptr
308
309 size_t length(uint i)
310 {
311 DBUG_ASSERT(i < max_parts);
312 return m_part[i].length;
313 } // end of length
314
315}; // end of class SQLQualifiedName
316

Callers 10

ColumnDescMethod · 0.45
GetCatInfoMethod · 0.45
ColumnDescMethod · 0.45
ScanRecordMethod · 0.45
MakeKeyWhereMethod · 0.45
CondFilterMethod · 0.45
CheckCondMethod · 0.45
init_table_shareFunction · 0.45
encode_quoteMethod · 0.45
find_current_rowMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected