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

Method Make

python/pyarrow/src/arrow/python/ipc.cc:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60Result<std::shared_ptr<RecordBatchReader>> PyRecordBatchReader::Make(
61 std::shared_ptr<Schema> schema, PyObject* iterable) {
62 auto reader = std::shared_ptr<PyRecordBatchReader>(new PyRecordBatchReader());
63 RETURN_NOT_OK(reader->Init(std::move(schema), iterable));
64 return reader;
65}
66
67CastingRecordBatchReader::CastingRecordBatchReader() = default;
68

Callers

nothing calls this directly

Calls 1

InitMethod · 0.45

Tested by

no test coverage detected