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

Method SetUp

cpp/src/parquet/statistics_test.cc:632–635  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

630class TestStatisticsHasFlag : public TestStatistics<TestType> {
631 public:
632 void SetUp() override {
633 TestStatistics<TestType>::SetUp();
634 this->SetUpSchema(Repetition::OPTIONAL);
635 }
636
637 std::optional<int64_t> MergeDistinctCount(
638 std::optional<int64_t> initial,

Callers

nothing calls this directly

Calls 1

SetUpSchemaMethod · 0.45

Tested by

no test coverage detected