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

Function RecordBatchToTensor

cpp/src/arrow/tensor.cc:484–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

482}
483
484Status RecordBatchToTensor(const RecordBatch& batch, bool null_to_nan, bool row_major,
485 MemoryPool* pool, std::shared_ptr<Tensor>* tensor) {
486 return ToTensorImpl(batch, null_to_nan, row_major, pool, tensor);
487}
488
489} // namespace internal
490

Callers 1

ToTensorMethod · 0.85

Calls 1

ToTensorImplFunction · 0.85

Tested by

no test coverage detected