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

Function val_int

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

Source from the content-addressed store, hash-verified

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;}
1086 virtual void print(String *str, enum_query_type query_type);

Callers 15

val_realMethod · 0.85
val_decimalMethod · 0.85
val_realMethod · 0.85
val_strMethod · 0.85
val_uintMethod · 0.85
val_realMethod · 0.85
val_intMethod · 0.85
val_realMethod · 0.85
is_nullMethod · 0.85
is_nullMethod · 0.85
val_realMethod · 0.85
val_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected