MCPcopy Create free account
hub / github.com/Meituan-Dianping/SQLAdvisor / length

Method length

sql/handler.h:303–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301 quick_get_my_xid() : 0;
302 }
303 uint length()
304 {
305 return sizeof(formatID)+sizeof(gtrid_length)+sizeof(bqual_length)+
306 gtrid_length+bqual_length;
307 }
308 uchar *key()
309 {
310 return (uchar *)&gtrid_length;

Callers 15

compare_binary_stringMethod · 0.45
make_timeFunction · 0.45
make_dateFunction · 0.45
make_datetimeFunction · 0.45
my_TIME_to_strFunction · 0.45
make_date_timeFunction · 0.45
val_str_asciiMethod · 0.45
val_decimalMethod · 0.45
val_realMethod · 0.45
val_intMethod · 0.45
val_str_asciiMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected