Home
last modified time | relevance | path

Searched defs:FileFdwPlanState (Results 1 – 25 of 39) sorted by relevance

12

/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/main/
H A Dwin_as_arg_to_aggregate_func.result89 create table t1 (i int);
90 insert into t1 values (5),(6),(0);
92 IF( SUM( IF(i,1,0)) OVER (PARTITION BY i) > 0
94 SUM( IF(i,1,0)) OVER (PARTITION BY i) > 0,
97 from t1;
98 ERROR HY000: Window functions can not be used as arguments to group functions.
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DMachineLoopInfo.cpp88 return BotMBB;
89 }
90
91 MachineBasicBlock *MachineLoop::findLoopControlBlock() {
92 if (MachineBasicBlock *Latch = getLoopLatch()) {
93 if (isLoopExiting(Latch))
96 return getExitingBlock();
98 return nullptr;
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A Dmerge-consecutive-loads-256.ll89 define <4 x double> @merge_4f64_f64_34uu(double* %ptr) nounwind uwtable noinline ssp {
91 ; AVX: # %bb.0:
93 ; AVX-NEXT: retq
95 ; X86-AVX-LABEL: merge_4f64_f64_34uu:
96 ; X86-AVX: # %bb.0:
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/winapi-0.3.8/src/um/
H A Dobjidlbase.rs89 cb: SIZE_T,
90 ) -> *mut c_void,
94 fn GetSize(
95 pv: *mut c_void,
96 ) -> SIZE_T,
97 fn DidAlloc(
98 pv: *mut c_void,
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/file_fdw/
H A Dfile_fdw.c87 typedef struct FileFdwPlanState struct
95 } FileFdwPlanState; typedef
/dports/databases/postgresql10-client/postgresql-10.19/contrib/file_fdw/
H A Dfile_fdw.c87 typedef struct FileFdwPlanState struct
95 } FileFdwPlanState; argument
/dports/databases/postgresql10-docs/postgresql-10.19/contrib/file_fdw/
H A Dfile_fdw.c87 typedef struct FileFdwPlanState struct
95 } FileFdwPlanState; argument
/dports/databases/postgresql10-pltcl/postgresql-10.19/contrib/file_fdw/
H A Dfile_fdw.c87 typedef struct FileFdwPlanState struct
95 } FileFdwPlanState; argument
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/file_fdw/
H A Dfile_fdw.c87 typedef struct FileFdwPlanState struct
95 } FileFdwPlanState; argument
/dports/databases/postgresql10-contrib/postgresql-10.19/contrib/file_fdw/
H A Dfile_fdw.c87 typedef struct FileFdwPlanState struct
95 } FileFdwPlanState; typedef
/dports/databases/postgresql11-contrib/postgresql-11.14/contrib/file_fdw/
H A Dfile_fdw.c88 typedef struct FileFdwPlanState struct
96 } FileFdwPlanState; argument
/dports/databases/postgresql11-docs/postgresql-11.14/contrib/file_fdw/
H A Dfile_fdw.c88 typedef struct FileFdwPlanState struct
96 } FileFdwPlanState; argument
/dports/databases/postgresql11-plperl/postgresql-11.14/contrib/file_fdw/
H A Dfile_fdw.c88 typedef struct FileFdwPlanState struct
96 } FileFdwPlanState; argument
/dports/databases/postgresql10-server/postgresql-10.19/contrib/file_fdw/
H A Dfile_fdw.c87 typedef struct FileFdwPlanState struct
95 } FileFdwPlanState; argument
/dports/databases/postgresql11-client/postgresql-11.14/contrib/file_fdw/
H A Dfile_fdw.c88 typedef struct FileFdwPlanState struct
96 } FileFdwPlanState; argument
/dports/databases/postgresql11-server/postgresql-11.14/contrib/file_fdw/
H A Dfile_fdw.c88 typedef struct FileFdwPlanState struct
96 } FileFdwPlanState; argument
/dports/databases/postgresql12-contrib/postgresql-12.9/contrib/file_fdw/
H A Dfile_fdw.c88 typedef struct FileFdwPlanState struct
96 } FileFdwPlanState; argument
/dports/databases/postgresql11-pltcl/postgresql-11.14/contrib/file_fdw/
H A Dfile_fdw.c88 typedef struct FileFdwPlanState struct
96 } FileFdwPlanState; typedef
/dports/databases/postgresql14-server/postgresql-14.1/contrib/file_fdw/
H A Dfile_fdw.c89 typedef struct FileFdwPlanState struct
97 } FileFdwPlanState; typedef
/dports/databases/postgresql14-plperl/postgresql-14.1/contrib/file_fdw/
H A Dfile_fdw.c89 typedef struct FileFdwPlanState struct
97 } FileFdwPlanState; argument
/dports/databases/postgresql14-pltcl/postgresql-14.1/contrib/file_fdw/
H A Dfile_fdw.c89 typedef struct FileFdwPlanState struct
97 } FileFdwPlanState; argument
/dports/databases/postgresql14-plpython/postgresql-14.1/contrib/file_fdw/
H A Dfile_fdw.c89 typedef struct FileFdwPlanState struct
97 } FileFdwPlanState; argument
/dports/databases/postgresql13-pltcl/postgresql-13.5/contrib/file_fdw/
H A Dfile_fdw.c89 typedef struct FileFdwPlanState struct
97 } FileFdwPlanState; argument
/dports/databases/postgresql14-client/postgresql-14.1/contrib/file_fdw/
H A Dfile_fdw.c89 typedef struct FileFdwPlanState struct
97 } FileFdwPlanState; argument
/dports/databases/postgresql12-docs/postgresql-12.9/contrib/file_fdw/
H A Dfile_fdw.c88 typedef struct FileFdwPlanState struct
96 } FileFdwPlanState; typedef

12