Home
last modified time | relevance | path

Searched refs:total_uncompressed_size (Results 1 – 25 of 82) sorted by relevance

1234

/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/file/
H A Dmetadata.rs338 total_uncompressed_size: i64, field
407 self.total_uncompressed_size in uncompressed_size()
459 let total_uncompressed_size = col_metadata.total_uncompressed_size; in from_thrift() localVariable
474 total_uncompressed_size, in from_thrift()
491 total_uncompressed_size: self.total_uncompressed_size, in to_thrift()
522 total_uncompressed_size: i64, field
540 total_uncompressed_size: 0, in new()
586 self.total_uncompressed_size = value; in set_total_uncompressed_size()
626 total_uncompressed_size: self.total_uncompressed_size, in build()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/file/
H A Dmetadata.rs344 total_uncompressed_size: i64, field
413 self.total_uncompressed_size in uncompressed_size()
480 let total_uncompressed_size = col_metadata.total_uncompressed_size; in from_thrift() localVariable
495 total_uncompressed_size, in from_thrift()
512 total_uncompressed_size: self.total_uncompressed_size, in to_thrift()
543 total_uncompressed_size: i64, field
561 total_uncompressed_size: 0, in new()
607 self.total_uncompressed_size = value; in set_total_uncompressed_size()
647 total_uncompressed_size: self.total_uncompressed_size, in build()
/dports/biology/vt/vt-0.57721/lib/libdeflate/programs/
H A Dbenchmark.c406 u64 total_uncompressed_size = 0; in do_benchmark() local
418 total_uncompressed_size += original_size; in do_benchmark()
464 if (total_uncompressed_size == 0) { in do_benchmark()
475 total_uncompressed_size, total_compressed_size, in do_benchmark()
477 total_uncompressed_size), in do_benchmark()
479 total_uncompressed_size % 1000)); in do_benchmark()
482 timer_MB_per_s(total_uncompressed_size, total_compress_time)); in do_benchmark()
485 timer_MB_per_s(total_uncompressed_size, total_decompress_time)); in do_benchmark()
/dports/archivers/libdeflate/libdeflate-1.8/programs/
H A Dbenchmark.c437 u64 total_uncompressed_size = 0; in do_benchmark() local
450 total_uncompressed_size += original_size; in do_benchmark()
514 if (total_uncompressed_size == 0) { in do_benchmark()
525 total_uncompressed_size, total_compressed_size, in do_benchmark()
527 total_uncompressed_size), in do_benchmark()
529 total_uncompressed_size % 1000)); in do_benchmark()
532 timer_MB_per_s(total_uncompressed_size, total_compress_time)); in do_benchmark()
535 timer_MB_per_s(total_uncompressed_size, total_decompress_time)); in do_benchmark()
/dports/sysutils/azure-agent/WALinuxAgent-2.2.54.2/azurelinuxagent/common/
H A Dlogcollector.py292 total_uncompressed_size = 0
299 if total_uncompressed_size + file_size > _UNCOMPRESSED_ARCHIVE_SIZE_LIMIT:
312 total_uncompressed_size += file_size
314 _LOGGER.info("Uncompressed archive size is %s b", total_uncompressed_size)
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dmetadata_test.cc158 ASSERT_EQ(600, rg1_column1->total_uncompressed_size()); in TEST()
159 ASSERT_EQ(600, rg1_column2->total_uncompressed_size()); in TEST()
192 ASSERT_EQ(600, rg2_column1->total_uncompressed_size()); in TEST()
193 ASSERT_EQ(600, rg2_column2->total_uncompressed_size()); in TEST()
H A Dprinter.cc130 << " Uncompressed Size: " << column_chunk->total_uncompressed_size() in DebugPrint()
265 << "\"UncompressedSize\": \"" << column_chunk->total_uncompressed_size() in JSONPrint()
H A Dmetadata.cc313 inline int64_t total_uncompressed_size() const { in total_uncompressed_size() function in parquet::ColumnChunkMetaData::ColumnChunkMetaDataImpl
314 return column_metadata_->total_uncompressed_size; in total_uncompressed_size()
408 int64_t ColumnChunkMetaData::total_uncompressed_size() const { in total_uncompressed_size() function in parquet::ColumnChunkMetaData
409 return impl_->total_uncompressed_size(); in total_uncompressed_size()
H A Dmetadata.h169 int64_t total_uncompressed_size() const;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/parquet/
H A Dprinter.cc133 << " Uncompressed Size: " << column_chunk->total_uncompressed_size() in DebugPrint()
269 << "\"UncompressedSize\": \"" << column_chunk->total_uncompressed_size() in JSONPrint()
H A Dmetadata_test.cc159 ASSERT_EQ(600, rg1_column1->total_uncompressed_size()); in TEST()
160 ASSERT_EQ(600, rg1_column2->total_uncompressed_size()); in TEST()
193 ASSERT_EQ(600, rg2_column1->total_uncompressed_size()); in TEST()
194 ASSERT_EQ(600, rg2_column2->total_uncompressed_size()); in TEST()
H A Dmetadata.h161 int64_t total_uncompressed_size() const;
H A Dmetadata.cc282 inline int64_t total_uncompressed_size() const { in total_uncompressed_size() function in parquet::ColumnChunkMetaData::ColumnChunkMetaDataImpl
283 return column_metadata_->total_uncompressed_size; in total_uncompressed_size()
379 int64_t ColumnChunkMetaData::total_uncompressed_size() const { in total_uncompressed_size() function in parquet::ColumnChunkMetaData
380 return impl_->total_uncompressed_size(); in total_uncompressed_size()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/parquet/
H A Dprinter.cc139 << " Uncompressed Size: " << column_chunk->total_uncompressed_size() in DebugPrint()
278 << "\"UncompressedSize\": \"" << column_chunk->total_uncompressed_size() in JSONPrint()
H A Dmetadata_test.cc164 ASSERT_EQ(600, rg1_column1->total_uncompressed_size()); in TEST()
165 ASSERT_EQ(600, rg1_column2->total_uncompressed_size()); in TEST()
201 ASSERT_EQ(600, rg2_column1->total_uncompressed_size()); in TEST()
202 ASSERT_EQ(600, rg2_column2->total_uncompressed_size()); in TEST()
H A Dmetadata.h161 int64_t total_uncompressed_size() const;
H A Dmetadata.cc288 inline int64_t total_uncompressed_size() const { in total_uncompressed_size() function in parquet::ColumnChunkMetaData::ColumnChunkMetaDataImpl
289 return column_metadata_->total_uncompressed_size; in total_uncompressed_size()
385 int64_t ColumnChunkMetaData::total_uncompressed_size() const { in total_uncompressed_size() function in parquet::ColumnChunkMetaData
386 return impl_->total_uncompressed_size(); in total_uncompressed_size()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/column/
H A Dwriter.rs155 total_uncompressed_size: u64, field
211 total_uncompressed_size: 0, in new()
620 let total_uncompressed_size = self.total_uncompressed_size as i64; in write_column_metadata() localVariable
651 .set_total_uncompressed_size(total_uncompressed_size) in write_column_metadata()
731 self.total_uncompressed_size += page_spec.uncompressed_size as u64; in update_metrics_for_page()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/python/pyarrow/
H A D_parquet.pyx333 total_uncompressed_size: {14}""".format(object.__repr__(self),
347 self.total_uncompressed_size)
364 total_uncompressed_size=self.total_uncompressed_size
389 self.total_uncompressed_size == other.total_uncompressed_size)
460 def total_uncompressed_size(self): member in ColumnChunkMetaData
461 return self.metadata.total_uncompressed_size()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/column/
H A Dwriter.rs186 total_uncompressed_size: u64, field
247 total_uncompressed_size: 0, in new()
745 let total_uncompressed_size = self.total_uncompressed_size as i64; in write_column_metadata() localVariable
777 .set_total_uncompressed_size(total_uncompressed_size) in write_column_metadata()
858 self.total_uncompressed_size += page_spec.uncompressed_size as u64; in update_metrics_for_page()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/
H A D_parquet.pyx305 total_uncompressed_size: {14}""".format(object.__repr__(self),
319 self.total_uncompressed_size)
337 total_uncompressed_size=self.total_uncompressed_size
419 def total_uncompressed_size(self): member in ColumnChunkMetaData
420 return self.metadata.total_uncompressed_size()
/dports/databases/arrow/apache-arrow-6.0.1/python/pyarrow/
H A D_parquet.pyx313 total_uncompressed_size: {14}""".format(object.__repr__(self),
327 self.total_uncompressed_size)
345 total_uncompressed_size=self.total_uncompressed_size
427 def total_uncompressed_size(self): member in ColumnChunkMetaData
428 return self.metadata.total_uncompressed_size()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/binary_size/libsupersize/
H A Darchive.py1254 total_uncompressed_size = 0
1260 total_uncompressed_size += zip_info.file_size
1267 if total_uncompressed_size > 0:
1269 float(total_compressed_size) / total_uncompressed_size)
1273 total_uncompressed_size)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/binary_size/libsupersize/
H A Darchive.py1336 total_uncompressed_size = 0
1342 total_uncompressed_size += zip_info.file_size
1349 if total_uncompressed_size > 0:
1351 float(total_compressed_size) / total_uncompressed_size)
1355 (opts.pak_compression_ratio - actual_ratio) * total_uncompressed_size)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/python/pyarrow/tests/parquet/
H A Dtest_metadata.py130 assert col_meta.total_uncompressed_size > 0

1234