Home
last modified time | relevance | path

Searched defs:attnums (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/dports/databases/timescaledb/timescaledb-2.5.1/src/
H A Dcopy.c507 List *attnums = NIL; in timescaledb_CopyGetAttnums() local
575 copy_constraints_and_check(ParseState *pstate, Relation rel, List *attnums) in copy_constraints_and_check()
636 List *attnums = NIL; in timescaledb_DoCopy() local
751 List *attnums = NIL; in timescaledb_move_from_table_to_chunks() local
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql14-docs/postgresql-14.1/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql14-plperl/postgresql-14.1/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql14-server/postgresql-14.1/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql14-plpython/postgresql-14.1/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql14-contrib/postgresql-14.1/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql14-client/postgresql-14.1/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql13-server/postgresql-13.5/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql13-contrib/postgresql-13.5/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql13-client/postgresql-13.5/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql13-plpython/postgresql-13.5/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/postgresql13-plperl/postgresql-13.5/src/include/access/
H A Dattmap.h36 AttrNumber *attnums; member
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/remote/
H A Ddist_copy.c98 List *attnums; member
112 generate_copy_dimensions(const Dimension *dims, int ndimensions, const List *attnums, in generate_copy_dimensions()
570 generate_text_copy_context(const CopyStmt *stmt, const Hypertable *ht, const List *attnums) in generate_text_copy_context()
584 generate_binary_copy_context(ExprContext *econtext, const Hypertable *ht, const List *attnums) in generate_binary_copy_context()
598 remote_copy_begin(const CopyStmt *stmt, Hypertable *ht, ExprContext *per_tuple_ctx, List *attnums, in remote_copy_begin()
634 parse_next_text_row(CopyFromState cstate, List *attnums, TextCopyContext *ctx) in parse_next_text_row()
659 generate_binary_copy_data(Datum *values, bool *nulls, List *attnums, FmgrInfo *out_functions) in generate_binary_copy_data()
696 parse_next_binary_row(CopyFromState cstate, List *attnums, BinaryCopyContext *ctx) in parse_next_binary_row()
832 remote_distributed_copy(const CopyStmt *stmt, CopyChunkState *ccstate, List *attnums) in remote_distributed_copy()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/commands/
H A Dcopy.c114 List *attnums; in DoCopy() local
688 List *attnums = NIL; in CopyGetAttnums() local
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/commands/
H A Dcopy.c114 List *attnums; in DoCopy() local
688 List *attnums = NIL; in CopyGetAttnums() local
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/commands/
H A Dcopy.c114 List *attnums; in DoCopy() local
688 List *attnums = NIL; in CopyGetAttnums() local
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/commands/
H A Dcopy.c114 List *attnums; in DoCopy() local
688 List *attnums = NIL; in CopyGetAttnums() local
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/commands/
H A Dcopy.c114 List *attnums; in DoCopy() local
688 List *attnums = NIL; in CopyGetAttnums() local
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/commands/
H A Dcopy.c114 List *attnums; in DoCopy() local
688 List *attnums = NIL; in CopyGetAttnums() local
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/statistics/
H A Ddependencies.c230 AttrNumber *attnums; in dependency_degree() local
363 AttrNumber *attnums; in statext_dependencies_build() local
612 dependency_is_fully_matched(MVDependency *dependency, Bitmapset *attnums) in dependency_is_fully_matched()
940 Bitmapset *attnums) in find_strongest_dependency()
1031 Bitmapset *attnums; in clauselist_apply_dependencies() local
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/statistics/
H A Ddependencies.c230 AttrNumber *attnums; in dependency_degree() local
363 AttrNumber *attnums; in statext_dependencies_build() local
612 dependency_is_fully_matched(MVDependency *dependency, Bitmapset *attnums) in dependency_is_fully_matched()
940 Bitmapset *attnums) in find_strongest_dependency()
1031 Bitmapset *attnums; in clauselist_apply_dependencies() local
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/statistics/
H A Ddependencies.c230 AttrNumber *attnums; in dependency_degree() local
363 AttrNumber *attnums; in statext_dependencies_build() local
612 dependency_is_fully_matched(MVDependency *dependency, Bitmapset *attnums) in dependency_is_fully_matched()
940 Bitmapset *attnums) in find_strongest_dependency()
1031 Bitmapset *attnums; in clauselist_apply_dependencies() local
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/statistics/
H A Ddependencies.c230 AttrNumber *attnums; in dependency_degree() local
363 AttrNumber *attnums; in statext_dependencies_build() local
612 dependency_is_fully_matched(MVDependency *dependency, Bitmapset *attnums) in dependency_is_fully_matched()
940 Bitmapset *attnums) in find_strongest_dependency()
1031 Bitmapset *attnums; in clauselist_apply_dependencies() local

12345678910>>...15