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

Method ToRecordBatches

cpp/src/arrow/flight/client.cc:243–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 return out;
242 }
243 arrow::Result<std::vector<std::shared_ptr<RecordBatch>>> ToRecordBatches() override {
244 return ToRecordBatches(stop_token_);
245 }
246 arrow::Result<std::vector<std::shared_ptr<RecordBatch>>> ToRecordBatches(
247 const StopToken& stop_token) override {
248 std::vector<std::shared_ptr<RecordBatch>> batches;

Callers 3

DoPutMethod · 0.45
DoPutMethod · 0.45

Calls 7

ToRecordBatchesFunction · 0.85
CancelFunction · 0.85
IsStopRequestedMethod · 0.80
PollMethod · 0.80
emplace_backMethod · 0.80
ARROW_ASSIGN_OR_RAISEFunction · 0.70
NextFunction · 0.50

Tested by 3

DoPutMethod · 0.36
DoPutMethod · 0.36