Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ is_stats_set
Method
is_stats_set
cpp/src/parquet/metadata.cc:526–526 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
524
}
525
526
bool ColumnChunkMetaData::is_stats_set() const { return impl_->is_stats_set(); }
527
528
std::shared_ptr<SizeStatistics> ColumnChunkMetaData::size_statistics() const {
529
return impl_->size_statistics();
Callers
10
metadata_is_stats_set
Method · 0.45
ASSERT_OK_AND_ASSIGN
Function · 0.45
TestFullRoundtrip
Method · 0.45
AssertStatsSet
Function · 0.45
TEST_F
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
DebugPrint
Method · 0.45
JSONPrint
Method · 0.45
ReadSingleColumnFileStatistics
Function · 0.45
Calls
no outgoing calls
Tested by
8
metadata_is_stats_set
Method · 0.36
ASSERT_OK_AND_ASSIGN
Function · 0.36
TestFullRoundtrip
Method · 0.36
AssertStatsSet
Function · 0.36
TEST_F
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
ReadSingleColumnFileStatistics
Function · 0.36