\brief The MemoryPool used for allocations, default is default_memory_pool().
| 60 | /// \brief The MemoryPool used for allocations, default is |
| 61 | /// default_memory_pool(). |
| 62 | MemoryPool* memory_pool() const { return pool_; } |
| 63 | |
| 64 | const ::arrow::internal::CpuInfo* cpu_info() const; |
| 65 |
no outgoing calls