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

Method SetUp

cpp/src/parquet/encoding_test.cc:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223 static constexpr int TYPE = Type::type_num;
224
225 void SetUp() {
226 descr_ = ExampleDescr<Type>();
227 type_length_ = descr_->type_length();
228 unencoded_byte_array_data_bytes_ = 0;
229 allocator_ = default_memory_pool();
230 }
231
232 void TearDown() {}
233

Callers

nothing calls this directly

Calls 2

default_memory_poolFunction · 0.85
type_lengthMethod · 0.80

Tested by

no test coverage detected