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

Method length

sql/sql_load.cc:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 void reset() { set(NULL, 0, INT_MAX); }
90 const uchar *ptr() const { return m_ptr; }
91 uint length() const { return m_length; }
92 int initial_byte() const { return m_initial_byte; }
93 bool eq(const Term_string &other) const
94 {

Callers 14

Term_stringMethod · 0.45
eqMethod · 0.45
read_mbtailMethod · 0.45
terminatorMethod · 0.45
mysql_loadFunction · 0.45
read_sep_fieldFunction · 0.45
read_xml_fieldFunction · 0.45
READ_INFOMethod · 0.45
read_fieldMethod · 0.45
read_fixed_lengthMethod · 0.45
next_lineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected