Home
last modified time | relevance | path

Searched refs:colTypes (Results 1 – 25 of 657) sorted by relevance

12345678910>>...27

/dports/textproc/R-cran-readxl/readxl/src/
H A DXlsWorkSheet.cpp41 std::vector<ColType> colTypes = colTypeStrings(as<CharacterVector>(col_types)); in read_xls_() local
42 colTypes = recycleTypes(colTypes, ws.ncol()); in read_xls_()
43 if ((int) colTypes.size() != ws.ncol()) { in read_xls_()
45 sheet_i + 1, ws.ncol(), colTypes.size()); in read_xls_()
47 if (requiresGuess(colTypes)) { in read_xls_()
48 colTypes = ws.colTypes(colTypes, na, trim_ws, guess_max, has_col_names); in read_xls_()
50 colTypes = finalizeTypes(colTypes); in read_xls_()
53 colNames = reconcileNames(colNames, colTypes, sheet_i); in read_xls_()
56 return ws.readCols(colNames, colTypes, na, trim_ws, has_col_names); in read_xls_()
H A DXlsxWorkSheet.cpp48 std::vector<ColType> colTypes = colTypeStrings(as<CharacterVector>(col_types)); in read_xlsx_() local
49 colTypes = recycleTypes(colTypes, ws.ncol()); in read_xlsx_()
50 if ((int) colTypes.size() != ws.ncol()) { in read_xlsx_()
52 sheet_i + 1, ws.ncol(), colTypes.size()); in read_xlsx_()
54 if (requiresGuess(colTypes)) { in read_xlsx_()
55 colTypes = ws.colTypes(colTypes, na, trim_ws, guess_max, has_col_names); in read_xlsx_()
57 colTypes = finalizeTypes(colTypes); in read_xlsx_()
60 colNames = reconcileNames(colNames, colTypes, sheet_i); in read_xlsx_()
63 return ws.readCols(colNames, colTypes, na, trim_ws, has_col_names); in read_xlsx_()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
461 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
732 op->colTypes, op->colCollations, in generate_nonunion_paths()
739 op->colTypes, op->colCollations, in generate_nonunion_paths()
853 list_length(op->colTypes) + 1, in generate_nonunion_paths()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
1138 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1289 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
461 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
732 op->colTypes, op->colCollations, in generate_nonunion_paths()
739 op->colTypes, op->colCollations, in generate_nonunion_paths()
853 list_length(op->colTypes) + 1, in generate_nonunion_paths()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
1138 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1289 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
461 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
732 op->colTypes, op->colCollations, in generate_nonunion_paths()
739 op->colTypes, op->colCollations, in generate_nonunion_paths()
853 list_length(op->colTypes) + 1, in generate_nonunion_paths()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
1138 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1289 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
461 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
732 op->colTypes, op->colCollations, in generate_nonunion_paths()
739 op->colTypes, op->colCollations, in generate_nonunion_paths()
853 list_length(op->colTypes) + 1, in generate_nonunion_paths()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
1138 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1289 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
461 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
732 op->colTypes, op->colCollations, in generate_nonunion_paths()
739 op->colTypes, op->colCollations, in generate_nonunion_paths()
853 list_length(op->colTypes) + 1, in generate_nonunion_paths()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
1138 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1289 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
460 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
731 op->colTypes, op->colCollations, in generate_nonunion_paths()
738 op->colTypes, op->colCollations, in generate_nonunion_paths()
852 list_length(op->colTypes) + 1, in generate_nonunion_paths()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
1137 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1288 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
461 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
732 op->colTypes, op->colCollations, in generate_nonunion_paths()
739 op->colTypes, op->colCollations, in generate_nonunion_paths()
853 list_length(op->colTypes) + 1, in generate_nonunion_paths()
900 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
920 top_union->colTypes, in plan_union_children()
1138 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1289 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations,
461 setOp->colTypes, setOp->colCollations,
732 op->colTypes, op->colCollations,
739 op->colTypes, op->colCollations,
853 list_length(op->colTypes) + 1,
900 equal(op->colTypes, top_union->colTypes))
920 top_union->colTypes,
1138 forfour(ctlc, colTypes, cclc, colCollations,
1289 curColType = list_head(colTypes);
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
460 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
731 op->colTypes, op->colCollations, in generate_nonunion_paths()
738 op->colTypes, op->colCollations, in generate_nonunion_paths()
852 list_length(op->colTypes) + 1, in generate_nonunion_paths()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
1137 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1288 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
460 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
731 op->colTypes, op->colCollations, in generate_nonunion_paths()
738 op->colTypes, op->colCollations, in generate_nonunion_paths()
852 list_length(op->colTypes) + 1, in generate_nonunion_paths()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
1137 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1288 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
460 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
731 op->colTypes, op->colCollations, in generate_nonunion_paths()
738 op->colTypes, op->colCollations, in generate_nonunion_paths()
852 list_length(op->colTypes) + 1, in generate_nonunion_paths()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
1137 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1288 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
460 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
731 op->colTypes, op->colCollations, in generate_nonunion_paths()
738 op->colTypes, op->colCollations, in generate_nonunion_paths()
852 list_length(op->colTypes) + 1, in generate_nonunion_paths()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
1137 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1288 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
460 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
731 op->colTypes, op->colCollations, in generate_nonunion_paths()
738 op->colTypes, op->colCollations, in generate_nonunion_paths()
852 list_length(op->colTypes) + 1, in generate_nonunion_paths()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
1137 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1288 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
208 List *colTypes, List *colCollations, in recurse_set_operations() argument
460 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
731 op->colTypes, op->colCollations, in generate_nonunion_paths()
738 op->colTypes, op->colCollations, in generate_nonunion_paths()
852 list_length(op->colTypes) + 1, in generate_nonunion_paths()
899 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
919 top_union->colTypes, in plan_union_children()
1137 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
1288 curColType = list_head(colTypes); in generate_append_tlist()
[all …]
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
205 List *colTypes, List *colCollations, in recurse_set_operations() argument
457 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
466 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
728 op->colTypes, op->colCollations, in generate_nonunion_paths()
735 op->colTypes, op->colCollations, in generate_nonunion_paths()
849 list_length(op->colTypes) + 1, in generate_nonunion_paths()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
1134 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
[all …]
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
205 List *colTypes, List *colCollations, in recurse_set_operations() argument
457 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
466 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
728 op->colTypes, op->colCollations, in generate_nonunion_paths()
735 op->colTypes, op->colCollations, in generate_nonunion_paths()
849 list_length(op->colTypes) + 1, in generate_nonunion_paths()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
1134 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
[all …]
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
205 List *colTypes, List *colCollations, in recurse_set_operations() argument
457 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
466 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
728 op->colTypes, op->colCollations, in generate_nonunion_paths()
735 op->colTypes, op->colCollations, in generate_nonunion_paths()
849 list_length(op->colTypes) + 1, in generate_nonunion_paths()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
1134 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
[all …]
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
205 List *colTypes, List *colCollations, in recurse_set_operations() argument
457 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
466 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
728 op->colTypes, op->colCollations, in generate_nonunion_paths()
735 op->colTypes, op->colCollations, in generate_nonunion_paths()
849 list_length(op->colTypes) + 1, in generate_nonunion_paths()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
1134 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
[all …]
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
205 List *colTypes, List *colCollations, in recurse_set_operations() argument
457 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
466 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
728 op->colTypes, op->colCollations, in generate_nonunion_paths()
735 op->colTypes, op->colCollations, in generate_nonunion_paths()
849 list_length(op->colTypes) + 1, in generate_nonunion_paths()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
1134 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
[all …]
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
205 List *colTypes, List *colCollations,
457 setOp->colTypes, setOp->colCollations,
466 setOp->colTypes, setOp->colCollations,
728 op->colTypes, op->colCollations,
735 op->colTypes, op->colCollations,
849 list_length(op->colTypes) + 1,
896 equal(op->colTypes, top_union->colTypes))
916 top_union->colTypes,
1134 forfour(ctlc, colTypes, cclc, colCollations,
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/optimizer/prep/
H A Dprepunion.c50 List *colTypes, List *colCollations,
205 List *colTypes, List *colCollations, in recurse_set_operations() argument
457 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
466 setOp->colTypes, setOp->colCollations, in generate_recursion_path()
728 op->colTypes, op->colCollations, in generate_nonunion_paths()
735 op->colTypes, op->colCollations, in generate_nonunion_paths()
849 list_length(op->colTypes) + 1, in generate_nonunion_paths()
896 equal(op->colTypes, top_union->colTypes)) in plan_union_children()
916 top_union->colTypes, in plan_union_children()
1134 forfour(ctlc, colTypes, cclc, colCollations, in generate_setop_tlist()
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Dbase/
H A DUnitTestDbUtils.py41 self.colTypes = ('integer', 'float', 'string')
52 def _confirm(self, tblName, dbName=None, colHeads=None, colTypes=None): argument
55 colTypes = colTypes or self.colTypes
68 assert types[i] == colTypes[i], 'bad column type'
207 colTypes = [(int, 2), (int, 3), (float, 5), (str, 10)]
209 DbUtils.GetTypeStrings(headers, colTypes),
212 DbUtils.GetTypeStrings(headers, colTypes, keyCol='pk'),
/dports/math/vtk8/VTK-8.2.0/IO/SQL/Testing/Cxx/
H A DTestSQLDatabaseSchema.cxx97 std::set<int> colTypes; in TestSQLDatabaseSchema() local
98 colTypes.insert( static_cast<int>( vtkSQLDatabaseSchema::BIGINT ) ); in TestSQLDatabaseSchema()
99 colTypes.insert( static_cast<int>( vtkSQLDatabaseSchema::SERIAL ) ); in TestSQLDatabaseSchema()
100 colTypes.insert( static_cast<int>( vtkSQLDatabaseSchema::VARCHAR ) ); in TestSQLDatabaseSchema()
134 std::set<int>::iterator iit = colTypes.find( colType ); in TestSQLDatabaseSchema()
135 if ( iit != colTypes.end() ) in TestSQLDatabaseSchema()
137 colTypes.erase ( iit ); in TestSQLDatabaseSchema()

12345678910>>...27