OP_ToText        63915 third_party/sqlite/amalgamation/sqlite3.c case OP_ToText: {                  /* same as TK_TO_TEXT, in1 */
OP_ToText        73104 third_party/sqlite/amalgamation/sqlite3.c       to_op = aff - SQLITE_AFF_TEXT + OP_ToText;
OP_ToText        73105 third_party/sqlite/amalgamation/sqlite3.c       assert( to_op==OP_ToText    || aff!=SQLITE_AFF_TEXT    );
OP_ToText        73110 third_party/sqlite/amalgamation/sqlite3.c       testcase( to_op==OP_ToText );
OP_ToText        2367 third_party/sqlite/src/src/expr.c       to_op = aff - SQLITE_AFF_TEXT + OP_ToText;
OP_ToText        2368 third_party/sqlite/src/src/expr.c       assert( to_op==OP_ToText    || aff!=SQLITE_AFF_TEXT    );
OP_ToText        2373 third_party/sqlite/src/src/expr.c       testcase( to_op==OP_ToText );
OP_ToText        1587 third_party/sqlite/src/src/vdbe.c case OP_ToText: {                  /* same as TK_TO_TEXT, in1 */