Home
last modified time | relevance | path

Searched refs:totalRows (Results 1 – 25 of 574) sorted by relevance

12345678910>>...23

/dports/databases/hbase/hbase-1.2.1/hbase-server/src/test/java/org/apache/hadoop/hbase/
H A DMapFilePerformanceEvaluation.java134 protected final int totalRows; field in MapFilePerformanceEvaluation.RowOrientedBenchmark
137 int totalRows) { in RowOrientedBenchmark() argument
141 this.totalRows = totalRows; in RowOrientedBenchmark()
151 return this.totalRows / 10; in getReportingPeriod()
192 int totalRows) { in SequentialWriteBenchmark() argument
232 int totalRows) { in ReadBenchmark() argument
252 Path mf, int totalRows) { in SequentialReadBenchmark() argument
276 Path mf, int totalRows) { in UniformRandomReadBenchmark() argument
297 Path mf, int totalRows) { in UniformRandomSmallScan() argument
326 Path mf, int totalRows) { in GaussianRandomReadBenchmark() argument
[all …]
H A DHFilePerformanceEvaluation.java254 protected final int totalRows; field in HFilePerformanceEvaluation.RowOrientedBenchmark
263 this.totalRows = totalRows; in RowOrientedBenchmark()
269 int totalRows) { in RowOrientedBenchmark() argument
273 this.totalRows = totalRows; in RowOrientedBenchmark()
283 return this.totalRows / 10; in getReportingPeriod()
378 int totalRows) { in ReadBenchmark() argument
399 Path mf, int totalRows) { in SequentialReadBenchmark() argument
432 Path mf, int totalRows) { in UniformRandomReadBenchmark() argument
459 Path mf, int totalRows) { in UniformRandomSmallScan() argument
498 Path mf, int totalRows) { in GaussianRandomReadBenchmark() argument
[all …]
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Tables/
H A DTable.pm153 for ( my $i = $start ; $i < $this->totalRows() ; $i++ ) {
207 if ( $this->totalRows() < $minRows ) {
217 while ( $this->totalRows() < $minRows ) {
235 sub totalRows { subroutine
342 my $n = $this->totalRows() - $this->getFooterRows() - 1;
375 unless $row < $this->totalRows()
382 return undef unless $row < $this->totalRows();
485 if ( $this->totalRows() ) {
500 elsif ( $row >= $this->totalRows() - 1 ) {
502 $row = $this->totalRows() - 1;
[all …]
/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/test/src/
H A Ddeclare-fetch-block-test.c21 int totalRows = 0; in main() local
67 totalRows += (int) rowsFetched; in main()
68 printf("fetchIdx=%d, fetched rows=%d, total rows=%d\n", fetchIdx, (int) rowsFetched, totalRows); in main()
85 totalRows = 0; in main()
87 totalRows += (int) rowsFetched; in main()
90 printf("next total rows=%d\n", totalRows); in main()
91 totalRows = 0; in main()
93 totalRows += (int) rowsFetched; in main()
96 printf("prior total rows=%d\n", totalRows); in main()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DSearchUserActivityResponse.php25 public $totalRows; variable in Google_Service_AnalyticsReporting_SearchUserActivityResponse
57 public function setTotalRows($totalRows) argument
59 $this->totalRows = $totalRows;
63 return $this->totalRows;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AnalyticsReporting/
H A DSearchUserActivityResponse.php25 public $totalRows; variable in Google_Service_AnalyticsReporting_SearchUserActivityResponse
57 public function setTotalRows($totalRows) argument
59 $this->totalRows = $totalRows;
63 return $this->totalRows;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Bigquery/
H A DTableDataList.php26 public $totalRows; variable in Google_Service_Bigquery_TableDataList
66 public function setTotalRows($totalRows) argument
68 $this->totalRows = $totalRows;
72 return $this->totalRows;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Bigquery/
H A DTableDataList.php26 public $totalRows; variable in Google_Service_Bigquery_TableDataList
66 public function setTotalRows($totalRows) argument
68 $this->totalRows = $totalRows;
72 return $this->totalRows;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/
H A DCsvReader.php7 private $totalRows; variable in CsvReader
22 $this->totalRows = 0;
26 ++$this->totalRows;
37 public function totalRows() function in CsvReader
39 return $this->totalRows;
/dports/net/grpcurl/grpcurl-1.8.5/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go91 totalRows: 4,
121 totalRows: 4,
129 totalRows: 4,
249 values, schema, totalRows, err := consumeRowIterator(it)
259 if totalRows != tc.wantTotalRows {
260 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
270 totalRows uint64
276 return got, schema, totalRows, nil
279 return got, schema, totalRows, err
283 totalRows = it.TotalRows
/dports/misc/concourse/concourse-6.7.2/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/net/storj/storj-1.45.3/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/sysutils/istio/istio-1.6.7/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/sysutils/istio/google-cloud-go-logging-v1.0.0/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/sysutils/chaoskube/chaoskube-0.22.0/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/audio/gonic/gonic-0.8.4/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/security/lego/lego-4.5.3/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/security/vault/vault-1.8.2/vendor/cloud.google.com/go/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/security/vault/google-cloud-go-spanner-v1.5.1/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/security/vault/google-cloud-go-storage-v1.6.0/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows
/dports/www/gohugo/google-cloud-go-storage-v1.10.0/bigquery/
H A Diterator_test.go90 totalRows: 4,
120 totalRows: 4,
128 totalRows: 4,
248 values, schema, totalRows, err := consumeRowIterator(it)
258 if totalRows != tc.wantTotalRows {
259 t.Errorf("%s: totalRows: got %d, want %d", tc.desc, totalRows, tc.wantTotalRows)
269 totalRows uint64
275 return got, schema, totalRows, nil
278 return got, schema, totalRows, err
282 totalRows = it.TotalRows

12345678910>>...23