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

Function val_str

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

Source from the content-addressed store, hash-verified

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)
1088 { context= (Name_resolution_context *)cntx; return FALSE; }

Callers 10

val_decimalMethod · 0.85
val_realMethod · 0.85
val_intMethod · 0.85
val_realMethod · 0.85
val_intMethod · 0.85
val_realMethod · 0.85
val_intMethod · 0.85
val_decimalMethod · 0.85
val_str_asciiMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected