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

Function val_decimal

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

Source from the content-addressed store, hash-verified

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);
1087 virtual bool change_context_processor(uchar *cntx)

Callers 7

val_strMethod · 0.85
val_realMethod · 0.85
val_intMethod · 0.85
val_boolMethod · 0.85
val_real_from_decimalMethod · 0.85
val_int_from_decimalMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected