Home
last modified time | relevance | path

Searched refs:EP_Distinct (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dexpr.c3444 if( (pA->flags & EP_Distinct)!=(pB->flags & EP_Distinct) ) return 2; in sqlite3ExprCompare()
3636 if( pExpr->flags & EP_Distinct ){ in analyzeAggregate()
H A DsqliteInt.h1688 #define EP_Distinct 0x0010 /* Aggregate function with DISTINCT keyword */ macro
H A Dparse.y800 A.pExpr->flags |= EP_Distinct;
H A Dselect.c3104 if( pExpr->flags&EP_Distinct ) return 0; in isSimpleCount()
/dports/databases/db5/db-5.3.28/util/db_sql_codegen/sqlite/
H A DsqliteInt.h1173 #define EP_Distinct 0x0010 /* Aggregate function with DISTINCT keyword */ macro
H A Dparse.c2597 yygotominor.yy172->flags |= EP_Distinct; in yy_reduce()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dexpr.c972 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct); in sqlite3ExprFunction()
5202 if( (pA->flags & (EP_Distinct|EP_Commuted)) in sqlite3ExprCompare()
5203 != (pB->flags & (EP_Distinct|EP_Commuted)) ) return 2; in sqlite3ExprCompare()
5799 if( pExpr->flags & EP_Distinct ){ in analyzeAggregate()
H A DsqliteInt.h2655 #define EP_Distinct 0x000002 /* Aggregate function with DISTINCT keyword */ macro
H A Dwindow.c1252 if( (p->flags & EP_Distinct) && pWin->eFrmType!=TK_FILTER ){ in sqlite3WindowAttach()
H A Dselect.c4526 if( ExprHasProperty(pExpr, EP_Distinct|EP_WinFunc) ) return 0; in isSimpleCount()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dexpr.c994 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct); in sqlite3ExprFunction()
5314 if( (pA->flags & (EP_Distinct|EP_Commuted)) in sqlite3ExprCompare()
5315 != (pB->flags & (EP_Distinct|EP_Commuted)) ) return 2; in sqlite3ExprCompare()
5970 if( pExpr->flags & EP_Distinct ){ in analyzeAggregate()
H A Dwindow.c1290 if( (p->flags & EP_Distinct) && pWin->eFrmType!=TK_FILTER ){ in sqlite3WindowAttach()
H A DsqliteInt.h2761 #define EP_Distinct 0x000002 /* Aggregate function with DISTINCT keyword */ macro
H A Dselect.c4761 if( ExprHasProperty(pExpr, EP_Distinct|EP_WinFunc) ) return 0; in isSimpleCount()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dexpr.c983 if( eDistinct==SF_Distinct ) ExprSetProperty(pNew, EP_Distinct); in sqlite3ExprFunction()
5284 if( (pA->flags & (EP_Distinct|EP_Commuted)) in sqlite3ExprCompare()
5285 != (pB->flags & (EP_Distinct|EP_Commuted)) ) return 2; in sqlite3ExprCompare()
5942 if( pExpr->flags & EP_Distinct ){ in analyzeAggregate()
H A Dwindow.c1290 if( (p->flags & EP_Distinct) && pWin->eFrmType!=TK_FILTER ){ in sqlite3WindowAttach()
H A DsqliteInt.h2703 #define EP_Distinct 0x000002 /* Aggregate function with DISTINCT keyword */ macro
H A Dselect.c4611 if( ExprHasProperty(pExpr, EP_Distinct|EP_WinFunc) ) return 0; in isSimpleCount()
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dexpr.c4761 if( (pA->flags & EP_Distinct)!=(pB->flags & EP_Distinct) ) return 2; in sqlite3ExprCompare()
5113 if( pExpr->flags & EP_Distinct ){ in analyzeAggregate()
H A DsqliteInt.h2387 #define EP_Distinct 0x000010 /* Aggregate function with DISTINCT keyword */ macro
H A Dparse.y940 A.pExpr->flags |= EP_Distinct;
H A Dselect.c3987 if( pExpr->flags&EP_Distinct ) return 0; in isSimpleCount()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1689 #define EP_Distinct 0x0010 /* Aggregate function with DISTINCT keyword */
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dparse.c2943 yygotominor.yy118.pExpr->flags |= EP_Distinct; in yy_reduce()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9163 #define EP_Distinct 0x0010 /* Aggregate function with DISTINCT keyword */ macro
63706 if( (pA->flags & EP_Distinct)!=(pB->flags & EP_Distinct) ) return 0;
63882 if( pExpr->flags & EP_Distinct ){
82025 if( pExpr->flags&EP_Distinct ) return 0;
93331 yygotominor.yy346.pExpr->flags |= EP_Distinct;

12345678