Home
last modified time | relevance | path

Searched defs:ref_table (Results 1 – 25 of 221) sorted by relevance

123456789

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dfailure_create_reference_table.sql17 CREATE TABLE ref_table(id int); table
85 CREATE TABLE ref_table(id int); table
H A Dlocal_shard_utility_command_execution.sql29 CREATE TABLE ref_table (a int primary key); table
147 CREATE TABLE ref_table (a int primary key); table
157 CREATE TABLE ref_table (a int primary key); table
H A Dfailure_ref_tables.sql5 CREATE TABLE ref_table (key int, value int); table
H A Dwith_executors.sql10 CREATE TABLE ref_table (id int); table
H A Dshared_connection_stats.sql387 CREATE TABLE ref_table(a int); table
H A Drecursive_view_local_table.sql19 CREATE TABLE ref_table(a int, b INT); table
H A Dmulti_mx_modifications_to_reference_tables.sql18 CREATE TABlE ref_table(id int, value_1 int); table
H A Dmaster_copy_shard_placement.sql7 CREATE TABLE ref_table(a int, b text unique); table
H A Dlocally_execute_intermediate_results.sql16 CREATE TABLE ref_table (key int, value text); table
H A Dmulti_mx_node_metadata.sql58 CREATE TABLE ref_table(a int primary key); table
H A Dmulti_select_for_update.sql20 CREATE TABLE ref_table(id int, val_1 int); table
H A Dsingle_hash_repartition_join.sql12 CREATE TABLE ref_table (id int, sum int, avg float); table
H A Dadaptive_executor_repartition.sql35 CREATE TABLE ref_table (id int, sum int, avg float); table
H A Dintermediate_result_pruning.sql19 CREATE TABLE ref_table (key int, value text); table
H A Dinsert_select_into_local_table.sql145 CREATE TABLE ref_table (a INT, b INT, c TEXT); table
H A Dpropagate_extension_commands.sql48 CREATE TABLE ref_table (a public.issn); table
/dports/www/netrik/netrik-1.16.1/
H A Dfacilities.c79 const struct Ref ref_table[]={ variable
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dreference.cpp72 void Reference::addReferencedTable(PhysicalTable *ref_table) in addReferencedTable()
81 int Reference::getReferencedTableIndex(PhysicalTable *ref_table) in getReferencedTableIndex()
H A Dconstraint.h80 BaseTable *ref_table; variable
/dports/graphics/radius-engine/radius-engine-1.1/
H A Dr_resource_cache.h42 r_object_ref_t ref_table; member
/dports/security/snort3/snort3-3.1.19.0/src/target_based/
H A Dsnort_protocols.h86 std::unordered_map<std::string, SnortProtocolId> ref_table; variable
/dports/lang/mosml/mosml-ver-2.10.1/src/runtime/
H A Dminor_gc.c21 static value **ref_table = NULL, **ref_table_end, **ref_table_threshold; variable
/dports/databases/fastdb/fastdb/CSharp/
H A DFastDbFields.cs348 string ref_table, string inv_ref_field) : in FastDbField()
653 …stDbField Add(string name, CLI.FieldType field_type, CLI.FieldFlags index_type, string ref_table) { in Add()
665 …d(string name, CLI.FieldType field_type, CLI.FieldFlags index_type, string ref_table, string inv_r… in Add()
/dports/databases/gigabase/gigabase/csharplocalcli/
H A DGbFields.cs347 string ref_table, string inv_ref_field) : in GbField()
652 …c GbField Add(string name, CLI.FieldType field_type, CLI.FieldFlags index_type, string ref_table) { in Add()
664 …d(string name, CLI.FieldType field_type, CLI.FieldFlags index_type, string ref_table, string inv_r… in Add()
/dports/math/R/R-4.1.2/src/main/
H A Dserialize.c869 static void OutStringVec(R_outpstream_t stream, SEXP s, SEXP ref_table) in OutStringVec()
1006 static void WriteItem (SEXP s, SEXP ref_table, R_outpstream_t stream) in WriteItem()
1300 static void WriteBCLang(SEXP s, SEXP ref_table, SEXP reps, in WriteBCLang()
1376 static void WriteBC(SEXP s, SEXP ref_table, R_outpstream_t stream) in WriteBC()
1389 SEXP ref_table; in R_Serialize() local
1469 static SEXP InStringVec(R_inpstream_t stream, SEXP ref_table) in InStringVec()
1765 static SEXP ReadItem (SEXP ref_table, R_inpstream_t stream) in ReadItem()
2040 static SEXP ReadBCLang(int type, SEXP ref_table, SEXP reps, in ReadBCLang()
2120 static SEXP ReadBC1(SEXP ref_table, SEXP reps, R_inpstream_t stream) in ReadBC1()
2136 static SEXP ReadBC(SEXP ref_table, R_inpstream_t stream) in ReadBC()
[all …]

123456789