Searched refs:likely (Results 1 – 15 of 15) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | func3.test | 160 SELECT likely(CAST(1 AS INT))=='1'; 170 # EVIDENCE-OF: R-23735-03107 The likely(X) function returns the argument 174 SELECT likely(9223372036854775807); 177 SELECT likely(-9223372036854775808); 180 SELECT likely(14.125); 183 SELECT likely(NULL); 186 SELECT likely('test-string'); 189 SELECT quote(likely(x'010203000405')); 192 # EVIDENCE-OF: R-43464-09689 The likely(X) function is a no-op that the 197 db eval {EXPLAIN SELECT likely(min(1.0+'2.0',4*11))}
|
| H A D | whereG.test | 12 # Test cases for query planning decisions and the likely(), unlikely(), and 203 SELECT * FROM t1 WHERE likely(a>?) 220 SELECT * FROM t1 WHERE likely(b>?) 236 SELECT * FROM t1 WHERE likely(a=?) 263 SELECT likely(a), x FROM t1, t2 ORDER BY 1, 2; 304 likely(t0.rowid <= '0'), 353 SELECT * FROM t1 JOIN t2 ON likely(x=y) AND y='AAA' 363 SELECT * FROM t3 JOIN t2 ON likely(x=y) AND y='AAA' 377 CREATE INDEX t1x1 ON t1(likely(a)); 378 SELECT typeof(likely(a)) FROM t1 NOT INDEXED; [all …]
|
| H A D | e_blobclose.test | 35 # Attempting to use a closed blob handle will likely crash the process.
|
| H A D | transitive1.test | 369 SELECT ALL * FROM t0,t1 WHERE likely(b1=z3) AND a0=z3; 379 SELECT ALL * FROM t1 NATURAL JOIN t0 WHERE (likely(t1.c0=t0.c1)); 380 SELECT ALL * FROM t1,t0 WHERE (likely(t1.c0=t0.c1) AND t1.c0=t0.c0); 398 SELECT * FROM t1 CROSS JOIN t2 WHERE likely(t2.y=t1.a) AND unlikely(t1.a=t2.x)
|
| H A D | select4.test | 909 SELECT * FROM (SELECT 123), (SELECT 456) ON likely(0 OR 1) OR 0;
|
| H A D | window1.test | 2192 …SELECT substr(a,4,lag(a,7) OVER(PARTITION BY 'cf23' ORDER BY likely(2))) AS ca0 FROM t1 ORDER BY c…
|
| H A D | pager1.test | 1681 # the mix to make the integrity-check more likely to catch
|
| H A D | fts1porter.test | 11979 likely like
|
| /sqlite-3.40.0/ext/async/ |
| H A D | README.txt | 119 is disabled, application crashes and database corruption is a likely
|
| /sqlite-3.40.0/doc/ |
| H A D | json-enhancements.md | 36 worked that way for 6 years and changing it now would likely break
|
| /sqlite-3.40.0/src/ |
| H A D | test_malloc.c | 68 if( likely(!memfault.enable) ){ in faultsimStep()
|
| H A D | func.c | 2254 INLINE_FUNC(likely, 1, INLINEFUNC_unlikely, SQLITE_FUNC_UNLIKELY), in sqlite3RegisterBuiltinFunctions()
|
| H A D | sqliteInt.h | 596 #define likely(X) (X) macro
|
| H A D | sqlite.h.in | 2097 ** of a table column that its values are likely to be very large - larger 3765 ** undefined and is likely a memory access violation. 5791 ** SQLITE_TRANSIENT value means that the content will likely change in 7163 ** to read or write the estimatedRows field are undefined (but are likely 8381 ** [SQLITE_DBSTATUS options] is likely
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 5997 likelihoods likelihood likely like
|