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

Function val_real

sql/item_sum.h:1082–1082  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080 return MYSQL_TYPE_VARCHAR;
1081 }
1082 double val_real() {return 0.0;}
1083 longlong val_int() {return 0;}
1084 my_decimal *val_decimal(my_decimal *decimal_value) {return NULL;}
1085 String* val_str(String* str) {return NULL;}

Callers 10

val_intMethod · 0.85
val_strMethod · 0.85
val_decimalMethod · 0.85
val_intMethod · 0.85
val_intMethod · 0.85
val_decimalMethod · 0.85
val_intMethod · 0.85
val_boolMethod · 0.85
val_string_from_realMethod · 0.85
val_decimal_from_realMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected