Home
last modified time | relevance | path

Searched refs:total_row_count (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/py-azure-mgmt-datalake-analytics/azure-mgmt-datalake-analytics-0.6.0/azure/mgmt/datalake/analytics/catalog/models/
H A Dusql_table_preview_py3.py47 …def __init__(self, *, total_row_count: int=None, total_column_count: int=None, rows=None, truncate…
49 self.total_row_count = total_row_count
H A Dusql_table_preview.py49 self.total_row_count = kwargs.get('total_row_count', None)
/dports/biology/sra-tools/sra-tools-2.11.0/tools/fasterq-dump/
H A Dsorter.c294 uint64_t total_row_count = find_out_row_count( cmn ); in run_producer_pool() local
295 if ( 0 == total_row_count ) in run_producer_pool()
305 uint64_t rows_per_thread = ( total_row_count / num_threads ) + 1; in run_producer_pool()
309 tell_total_rowcount_to_vector_merger( merger, total_row_count ); /* merge_sorter.h */ in run_producer_pool()
314 rc = bg_progress_make( &progress, total_row_count, 0, 0 ); /* progress_thread.c */ in run_producer_pool()
317 while ( 0 == rc && ( row < ( int64_t )total_row_count ) ) in run_producer_pool()
378 if ( value != total_row_count ) in run_producer_pool()
381 …rMsg( "sorter.c run_producer_pool() : processed lookup rows: %lu of %lu", value, total_row_count ); in run_producer_pool()
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dworker_binary_data_partition.out59 SELECT COUNT(*) AS total_row_count FROM (
63 total_row_count
/dports/textproc/sigil/Sigil-1.8.0/src/Dialogs/
H A DIndexEditor.cpp483 int total_row_count = m_IndexEditorModel->invisibleRootItem()->rowCount(); in SetupContextMenu() local
502 m_SaveAs->setEnabled(total_row_count > 0); in SetupContextMenu()
508 bool show_select_all = total_row_count && total_row_count != selected_rows_count; in SetupContextMenu()
/dports/math/R-cran-haven/haven/src/readstat/sas/
H A Dreadstat_sas7bdat_read.c233 uint64_t total_row_count; in sas7bdat_parse_row_size_subheader() local
243 total_row_count = sas_read8(&subheader[48], ctx->bswap); in sas7bdat_parse_row_size_subheader()
247 total_row_count = sas_read4(&subheader[24], ctx->bswap); in sas7bdat_parse_row_size_subheader()
277 uint64_t total_row_count_after_skipping = total_row_count; in sas7bdat_parse_row_size_subheader()
278 if (total_row_count > ctx->row_offset) { in sas7bdat_parse_row_size_subheader()
282 ctx->row_offset = total_row_count; in sas7bdat_parse_row_size_subheader()
/dports/cad/openroad/OpenROAD-2.0/src/ifp/src/
H A DInitFloorplan.cc347 int total_row_count = rows.size(); in updateVoltageDomain() local
352 row_processed < total_row_count; in updateVoltageDomain()
/dports/graphics/tesseract/tesseract-5.0.0/src/textord/
H A Dtopitch.cpp381 int total_row_count; // total in page in try_doc_fixed() local
415 total_row_count = 0; in try_doc_fixed()
422 total_row_count++; in try_doc_fixed()
472 prop_blocks, fixed_blocks, pitch, final_pitch, pitch_sd, sp_sd, pitch_sd / total_row_count, in try_doc_fixed()
473 pitch_sd / pitch, pitch_sd / total_row_count / pitch); in try_doc_fixed()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/ngs/
H A DCSRA1_Reference.c892 uint64_t total_row_count; in CSRA1_ReferenceFind() local
896 TRY ( NGS_CursorGetRowRange ( curs, ctx, & cur_row, & total_row_count ) ) in CSRA1_ReferenceFind()
900 end_row = cur_row + total_row_count; in CSRA1_ReferenceFind()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/ngs/
H A DCSRA1_Reference.c892 uint64_t total_row_count; in CSRA1_ReferenceFind() local
896 TRY ( NGS_CursorGetRowRange ( curs, ctx, & cur_row, & total_row_count ) ) in CSRA1_ReferenceFind()
900 end_row = cur_row + total_row_count; in CSRA1_ReferenceFind()
/dports/databases/mysql55-client/mysql-5.5.62/tests/
H A Dmysql_client_fw.c1102 unsigned total_row_count= 0; in fetch_n() local
1104 total_row_count+= fetch->row_count; in fetch_n()
1106 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/tests/
H A Dmysql_client_fw.c1139 unsigned total_row_count= 0; in fetch_n() local
1141 total_row_count+= fetch->row_count; in fetch_n()
1143 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/tests/
H A Dmysql_client_fw.c1139 unsigned total_row_count= 0; in fetch_n() local
1141 total_row_count+= fetch->row_count; in fetch_n()
1143 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/percona57-server/percona-server-5.7.36-39/testclients/
H A Dmysql_client_fw.c1161 unsigned total_row_count= 0; in fetch_n() local
1163 total_row_count+= fetch->row_count; in fetch_n()
1165 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/testclients/
H A Dmysql_client_fw.c1161 unsigned total_row_count= 0; in fetch_n() local
1163 total_row_count+= fetch->row_count; in fetch_n()
1165 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/percona57-client/percona-server-5.7.36-39/testclients/
H A Dmysql_client_fw.c1161 unsigned total_row_count= 0; in fetch_n() local
1163 total_row_count+= fetch->row_count; in fetch_n()
1165 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/testclients/
H A Dmysql_client_fw.c1161 unsigned total_row_count= 0; in fetch_n() local
1163 total_row_count+= fetch->row_count; in fetch_n()
1165 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/testclients/
H A Dmysql_client_fw.c1161 unsigned total_row_count= 0; in fetch_n() local
1163 total_row_count+= fetch->row_count; in fetch_n()
1165 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/tests/
H A Dmysql_client_fw.c1139 unsigned total_row_count= 0; in fetch_n() local
1141 total_row_count+= fetch->row_count; in fetch_n()
1143 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/tests/
H A Dmysql_client_fw.c1139 unsigned total_row_count= 0; in fetch_n() local
1141 total_row_count+= fetch->row_count; in fetch_n()
1143 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/mysql57-client/mysql-5.7.36/testclients/
H A Dmysql_client_fw.c1161 unsigned total_row_count= 0; in fetch_n() local
1163 total_row_count+= fetch->row_count; in fetch_n()
1165 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/mariadb104-client/mariadb-10.4.24/tests/
H A Dmysql_client_fw.c1124 unsigned total_row_count= 0; in fetch_n() local
1126 total_row_count+= fetch->row_count; in fetch_n()
1128 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/mariadb104-server/mariadb-10.4.24/tests/
H A Dmysql_client_fw.c1124 unsigned total_row_count= 0; in fetch_n() local
1126 total_row_count+= fetch->row_count; in fetch_n()
1128 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/mariadb105-client/mariadb-10.5.15/tests/
H A Dmysql_client_fw.c1124 unsigned total_row_count= 0; in fetch_n() local
1126 total_row_count+= fetch->row_count; in fetch_n()
1128 printf("Success, total rows fetched: %d\n", total_row_count); in fetch_n()
/dports/databases/mariadb103-client/mariadb-10.3.34/tests/
H A Dmysql_client_fw.c1131 unsigned total_row_count= 0;
1133 total_row_count+= fetch->row_count;
1135 printf("Success, total rows fetched: %d\n", total_row_count);

12