Home
last modified time | relevance | path

Searched defs:query2 (Results 1 – 25 of 307) sorted by relevance

12345678910>>...13

/dports/devel/spark/spark-2.1.1/sql/hive/src/test/scala/org/apache/spark/sql/hive/
H A DHiveDDLCommandSuite.scala359 val query2 = s"$baseQuery SORTED BY(id) INTO 10 BUCKETS" constant
369 val query2 = s"$baseQuery(id, name) ON ((1, 'x'), (2, 'y'), (3, 'z'))" constant
382 val query2 = s"$baseQuery SERDE 'org.apache.poof.serde.Baff' WITH SERDEPROPERTIES ('k1'='v1')" constant
410 val query2 = s"$baseQuery ORC" constant
424 val query2 = s"$baseQuery 'org.mamachi.StorageHandler' WITH SERDEPROPERTIES ('k1'='v1')" constant
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/matcher/
H A Dexpression_geo_test.cpp119 query2 = fromjson( in TEST() local
151 query2 = fromjson( in TEST() local
167 query2 = fromjson( in TEST() local
182 query2 = fromjson( in TEST() local
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/plugins/generic/
H A Dusers.py361 def getPrivileges(self, query2=False): argument
655 def getRoles(self, query2=False): argument
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/db/
H A DIDBSqlite.cpp324 QSqlQuery query2(db); in migrateDB2to3() local
398 QSqlQuery query2(db); in migrateDB4to5() local
472 QSqlQuery query2(db); in migrateDB5to6() local
H A DIDBMysql.cpp249 QSqlQuery query2(db); in migrateDB4to5() local
301 QSqlQuery query2(db); in migrateDB5to6() local
/dports/www/crp/CRP/Chair/
H A DCheckOnSinglePCProgress.php58 $query2="SELECT finalized FROM PaperReview " variable
121 $query2="SELECT finalized FROM PaperReview " variable
H A DAssignConflicts.php114 $query2="SELECT ContactInfo.email, PaperConflict.paperConflictId " variable
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/
H A DDateFilterTest.cpp54 QueryPtr query2 = newLucene<TermQuery>(newLucene<Term>(L"body", L"sunny")); in TEST_F() local
104 QueryPtr query2 = newLucene<TermQuery>(newLucene<Term>(L"body", L"sunny")); in TEST_F() local
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/db_ido/
H A Duserdbobject.cpp85 DbQuery query2; in OnConfigUpdateHeavy() local
107 DbQuery query2; in OnConfigUpdateHeavy() local
H A Dhostdbobject.cpp167 DbQuery query2; in OnConfigUpdateHeavy() local
189 DbQuery query2; in OnConfigUpdateHeavy() local
252 DbQuery query2; in OnConfigUpdateHeavy() local
H A Dservicedbobject.cpp165 DbQuery query2; in OnConfigUpdateHeavy() local
188 DbQuery query2; in OnConfigUpdateHeavy() local
/dports/biology/gatk/gatk-4.2.0.0/src/test/java/org/broadinstitute/hellbender/tools/spark/sv/utils/
H A DPairedStrandedIntervalTreeTest.java51 PairedStrandedIntervals query2 = in testOverlappers() local
180 PairedStrandedIntervals query2 = in testContains() local
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/qlgt/
H A DCQlgtDb.cpp297 QSqlQuery query2(db); in migrateDB() local
351 QSqlQuery query2(db); in migrateDB() local
409 QSqlQuery query2(db); in migrateDB() local
/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/plugins/dbms/oracle/
H A Denumeration.py29 def getRoles(self, query2=False): argument
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.Entity/System/Data/Mapping/ViewGeneration/
H A DCellTreeSimplifier.cs413 … internal bool TryMergeTwoCellQueries(CellQuery query1, CellQuery query2, CellTreeOpType opType, in TryMergeTwoCellQueries()
552 MergeBoolExpressions(CellQuery query1, CellQuery query2, in MergeBoolExpressions()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dextensions_callback_real_test.cpp255 BSONObj query2 = BSON("$where" << BSONCodeWScope(code, BSON("a" << true))); in TEST_F() local
274 BSONObj query2 = BSON("$where" << BSONCodeWScope(code, BSON("a" << false))); in TEST_F() local
290 BSONObj query2 = BSON("$where" << BSONCodeWScope(code, BSON("a" << true))); in TEST_F() local
305 BSONObj query2 = BSON("$where" << BSONCodeWScope(code, BSON("a" << false))); in TEST_F() local
/dports/devel/spark/spark-2.1.1/sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/optimizer/
H A DSetOperationSuite.scala84 val query2 = OneRowRelation constant
116 val query2 = OneRowRelation constant
/dports/textproc/clucene/clucene-core-2.3.3.4/src/test/search/
H A DTestDateFilter.cpp45 Query* query2 = _CLNEW TermQuery(term); in testBefore() local
128 Query* query2 = _CLNEW TermQuery(term); in testAfter() local
/dports/science/cdk/cdk-cdk-2.3/base/isomorphism/src/test/java/org/openscience/cdk/isomorphism/matchers/
H A DQueryAtomContainerCreatorTest.java83 IAtomContainer query2 = builder.newInstance(IAtomContainer.class); in test12DimethylBenzene() local
/dports/databases/slony1v2/slony1-2.2.10/src/slon/
H A Dsync_thread.c51 SlonDString query2; in syncThread_main() local
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/diesel-1.4.8/src/pg/connection/
H A Dmod.rs213 let query2 = ::select("hi".into_sql::<VarChar>()); in queries_with_identical_sql_but_different_types_are_cached_separately() localVariable
225 let query2 = ::select("hi".into_sql::<VarChar>()).into_boxed::<Pg>(); in queries_with_identical_types_and_sql_but_different_bind_types_are_cached_separately() localVariable
240 let query2 = ::select(lower(hi)).into_boxed::<Pg>(); in queries_with_identical_types_and_binds_but_different_sql_are_cached_separately() localVariable
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/diesel-1.4.8/src/pg/connection/
H A Dmod.rs213 let query2 = ::select("hi".into_sql::<VarChar>()); in queries_with_identical_sql_but_different_types_are_cached_separately() localVariable
225 let query2 = ::select("hi".into_sql::<VarChar>()).into_boxed::<Pg>(); in queries_with_identical_types_and_sql_but_different_bind_types_are_cached_separately() localVariable
240 let query2 = ::select(lower(hi)).into_boxed::<Pg>(); in queries_with_identical_types_and_binds_but_different_sql_are_cached_separately() localVariable
/dports/finance/quickfix/quickfix-1.15.1/src/C++/
H A DMySQLStore.cpp118 MySQLQuery query2( queryString2.str() ); in populateCache() local
198 MySQLQuery query2( queryString2.str() ); in set() local
318 MySQLQuery query2( queryString2.str() ); in reset() local
H A DPostgreSQLStore.cpp118 PostgreSQLQuery query2( queryString2.str() ); in populateCache() local
198 PostgreSQLQuery query2( queryString2.str() ); in set() local
321 PostgreSQLQuery query2( queryString2.str() ); in reset() local
H A DOdbcStore.cpp125 OdbcQuery query2( queryString2.str() ); in populateCache() local
192 OdbcQuery query2( queryString2.str() ); in set() local
325 OdbcQuery query2( queryString2.str() ); in reset() local

12345678910>>...13