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

Function TableToTensor

cpp/src/arrow/tensor.cc:479–482  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479Status TableToTensor(const Table& table, bool null_to_nan, bool row_major,
480 MemoryPool* pool, std::shared_ptr<Tensor>* tensor) {
481 return ToTensorImpl(table, null_to_nan, row_major, pool, tensor);
482}
483
484Status RecordBatchToTensor(const RecordBatch& batch, bool null_to_nan, bool row_major,
485 MemoryPool* pool, std::shared_ptr<Tensor>* tensor) {

Callers 1

ToTensorMethod · 0.85

Calls 1

ToTensorImplFunction · 0.85

Tested by

no test coverage detected