MCPcopy Create free account
hub / github.com/MariaDB/server / concat

Method concat

sql/item_numconvfunc.cc:1232–1232  ·  view source on GitHub ↗

Hide the inherited concat() to prevent descendants from using it in a mistake instead of join(). */

Source from the content-addressed store, hash-verified

1230 in a mistake instead of join().
1231 */
1232 bool concat()= delete;
1233
1234 // Join two consequence sequences of digits '00'+'99' -> '0099'
1235 bool join(Digits && rhs)

Callers 1

discoveryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected