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

Function TEST_P

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

Source from the content-addressed store, hash-verified

572};
573
574TEST_P(TestScannerBase, ScanOrdered) { CheckScanner(true); }
575TEST_P(TestScannerBase, ScanUnordered) { CheckScanner(false); }
576
577// FIXME: Add test for scanning no columns

Callers

nothing calls this directly

Calls 15

greaterFunction · 0.85
field_refFunction · 0.85
struct_Function · 0.85
SetProjectionFunction · 0.85
equalFunction · 0.85
ArrayFromBuilderVisitorFunction · 0.85
AssertTablesEqualFunction · 0.85
AssertBatchesEqualFunction · 0.85
arraysFunction · 0.85
IotaFunction · 0.85
TakeFunction · 0.85
to_stringFunction · 0.85

Tested by

no test coverage detected