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

Function RecordBatchSliceIterator

cpp/src/arrow/csv/writer.cc:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93};
94
95RecordBatchIterator RecordBatchSliceIterator(const RecordBatch& batch,
96 int64_t slice_size) {
97 SliceIteratorFunctor functor = {&batch, slice_size, /*offset=*/static_cast<int64_t>(0)};
98 return RecordBatchIterator(std::move(functor));
99}
100
101// Counts the number of quotes in s.
102int64_t CountQuotes(std::string_view s) {

Callers 1

WriteRecordBatchMethod · 0.85

Calls 1

RecordBatchIteratorClass · 0.50

Tested by

no test coverage detected