Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ AppendDouble
Method
AppendDouble
cpp/src/arrow/array/array_union_test.cc:445–449 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
445
virtual void AppendDouble(double dbl) {
446
expected_types_vector.push_back(DBL);
447
ASSERT_OK(union_builder->Append(DBL));
448
ASSERT_OK(dbl_builder->Append(dbl));
449
}
450
451
void AppendBasics() {
452
AppendInt(33);
Callers
nothing calls this directly
Calls
2
push_back
Method · 0.80
Append
Method · 0.45
Tested by
no test coverage detected