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

Function TEST

cpp/src/parquet/public_api_test.cc:25–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23#include "parquet/api/writer.h" // IWYU pragma: keep
24
25TEST(TestPublicAPI, DoesNotIncludeThrift) {
26#ifdef _THRIFT_THRIFT_H_
27 FAIL() << "Thrift headers should not be in the public API";
28#endif
29}
30
31TEST(TestPublicAPI, DoesNotExportDCHECK) {
32#ifdef DCHECK

Callers

nothing calls this directly

Calls 1

ThrowsParquetExceptionFunction · 0.85

Tested by

no test coverage detected