Home
last modified time | relevance | path

Searched refs:numericType (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.c479 static u16 numericType(Mem *pMem){ in numericType() function
1774 type1 = numericType(pIn1); in sqlite3VdbeExec()
1775 type2 = numericType(pIn2); in sqlite3VdbeExec()