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

Method expected_rows

cpp/src/arrow/dataset/test_util_internal.h:677–677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

675 public:
676 int64_t expected_batches() const { return GetParam().num_batches; }
677 int64_t expected_rows() const { return GetParam().expected_rows(); }
678
679 std::shared_ptr<RecordBatchReader> GetRecordBatchReader(
680 std::shared_ptr<Schema> schema) override {

Callers

nothing calls this directly

Calls 1

expected_rowsMethod · 0.45

Tested by

no test coverage detected