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

Method AppendDouble

cpp/src/arrow/array/array_union_test.cc:400–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

398 }
399
400 virtual void AppendDouble(double dbl) {
401 expected_types_vector.push_back(DBL);
402 ASSERT_OK(union_builder->Append(DBL));
403 ASSERT_OK(dbl_builder->Append(dbl));
404 }
405
406 void AppendBasics() {
407 AppendInt(33);

Callers

nothing calls this directly

Calls 2

push_backMethod · 0.80
AppendMethod · 0.45

Tested by

no test coverage detected