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

Method TestScannerBase

cpp/src/arrow/dataset/scanner_test.cc:515–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

513class TestScannerBase : public ::testing::TestWithParam<ScannerTestParams> {
514 protected:
515 TestScannerBase() { internal::Initialize(); }
516
517 std::shared_ptr<RecordBatch> MakeExpectedBatch() {
518 RecordBatchVector batches;

Callers

nothing calls this directly

Calls 1

InitializeFunction · 0.70

Tested by

no test coverage detected