MCPcopy Create free account
hub / github.com/apache/arrow / SetUpSchema

Method SetUpSchema

cpp/src/parquet/statistics_test.cc:955–962  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

953 }
954
955 void SetUpSchema() {
956 stats_.resize(fields_.size());
957 values_.resize(NUM_VALUES);
958 schema_ = std::static_pointer_cast<GroupNode>(
959 GroupNode::Make("Schema", Repetition::REQUIRED, fields_));
960
961 parquet_sink_ = CreateOutputStream();
962 }
963
964 void SetValues();
965

Callers 3

TYPED_TESTFunction · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45

Calls 4

CreateOutputStreamFunction · 0.85
resizeMethod · 0.80
MakeFunction · 0.70
sizeMethod · 0.45

Tested by

no test coverage detected