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

Method SetUp

be/src/util/tuple-row-compare-test.cc:54–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52 vector<ScalarExpr*> ordering_exprs_;
53
54 virtual void SetUp() {
55 test_env_.reset(new TestEnv());
56 ASSERT_OK(test_env_->Init());
57 }
58
59 virtual void TearDown() {
60 comperator_->Close(runtime_state_);

Callers

nothing calls this directly

Calls 2

resetMethod · 0.65
InitMethod · 0.45

Tested by

no test coverage detected