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

Function FinishAndCheckPadding

cpp/src/arrow/testing/builder.h:143–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142template <typename BuilderType>
143void FinishAndCheckPadding(BuilderType* builder, std::shared_ptr<Array>* out) {
144 ASSERT_OK_AND_ASSIGN(*out, builder->Finish());
145 AssertZeroPadded(**out);
146 TestInitialized(**out);
147}
148
149template <class T, class Builder>
150Status MakeArray(const std::vector<uint8_t>& valid_bytes, const std::vector<T>& values,

Callers 15

DoneMethod · 0.85
TEST_FFunction · 0.85
AssertAppendScalarFunction · 0.85
CheckMethod · 0.85
array_test.ccFile · 0.85
TYPED_TESTFunction · 0.85
DoneMethod · 0.85
DoneMethod · 0.85
TestCreateMethod · 0.85
DoneMethod · 0.85
DoneMethod · 0.85

Calls 4

AssertZeroPaddedFunction · 0.85
TestInitializedFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.50
FinishMethod · 0.45

Tested by 15

DoneMethod · 0.68
TEST_FFunction · 0.68
AssertAppendScalarFunction · 0.68
CheckMethod · 0.68
TYPED_TESTFunction · 0.68
DoneMethod · 0.68
DoneMethod · 0.68
TestCreateMethod · 0.68
DoneMethod · 0.68
DoneMethod · 0.68
DoneMethod · 0.68