Lines Matching refs:zLogTab
530 const char *zLogTab, /* Log into this table */ in sqlite3BestIndexLog() argument
539 if( sqlite3_table_column_metadata(db,0,zLogTab,0,0,0,0,0,0) ){ in sqlite3BestIndexLog()
553 ");", zLogTab in sqlite3BestIndexLog()
563 zSql = sqlite3_mprintf("SELECT max(bi) FROM temp.\"%w\"",zLogTab); in sqlite3BestIndexLog()
584 zLogTab, iBI, pInfo->nConstraint in sqlite3BestIndexLog()
605 zLogTab, iBI, in sqlite3BestIndexLog()
645 zLogTab, iBI, pInfo->nOrderBy in sqlite3BestIndexLog()
651 zLogTab, iBI, in sqlite3BestIndexLog()
659 zLogTab, iBI, sqlite3_vtab_distinct(pInfo) in sqlite3BestIndexLog()
663 zLogTab, iBI, pInfo->colUsed in sqlite3BestIndexLog()
681 zLogTab, iBI, in sqlite3BestIndexLog()
690 zLogTab, iBI, pInfo->idxNum in sqlite3BestIndexLog()
694 zLogTab, iBI, pInfo->estimatedCost in sqlite3BestIndexLog()
698 zLogTab, iBI, pInfo->estimatedRows in sqlite3BestIndexLog()
703 zLogTab, iBI, pInfo->idxStr in sqlite3BestIndexLog()
707 zLogTab, iBI, pInfo->needToFreeIdxStr in sqlite3BestIndexLog()
713 zLogTab, iBI, pInfo->orderByConsumed in sqlite3BestIndexLog()
732 const char *zLogTab = 0; /* RHS value for logtab= */ in vt02BestIndex() local
765 zLogTab = (const char*)sqlite3_value_text(pVal); in vt02BestIndex()
942 if( zLogTab ){ in vt02BestIndex()
947 sqlite3BestIndexLog(pInfo, zLogTab, db, azColname, pVTab); in vt02BestIndex()