Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ColumnDesc
Method · 0.45
GetCatInfo
Method · 0.45
ColumnDesc
Method · 0.45
ScanRecord
Method · 0.45
MakeKeyWhere
Method · 0.45
CondFilter
Method · 0.45
CheckCond
Method · 0.45
init_table_share
Function · 0.45
encode_quote
Method · 0.45
find_current_row
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected