Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dselect.c5355 static int cannotBeFunction(Parse *pParse, SrcItem *pFrom){ in cannotBeFunction() function
5496 if( cannotBeFunction(pParse, pFrom) ) return 2; in resolveFromTermToCte()
5800 if( !IsVirtual(pTab) && cannotBeFunction(pParse, pFrom) ){ in selectExpander()