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

Function ValidateOutputImpl

cpp/src/arrow/compute/test_util_internal.cc:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67namespace {
68
69void ValidateOutputImpl(const ArrayData& output) {
70 ASSERT_OK(::arrow::internal::ValidateArrayFull(output));
71 TestInitialized(output);
72}
73
74void ValidateOutputImpl(const ChunkedArray& output) {
75 ASSERT_OK(output.ValidateFull());

Callers 1

ValidateOutputFunction · 0.85

Calls 6

ValidateArrayFullFunction · 0.85
TestInitializedFunction · 0.85
column_dataMethod · 0.80
columnsMethod · 0.80
ValidateFullMethod · 0.45
chunksMethod · 0.45

Tested by

no test coverage detected