| 1472 | } |
| 1473 | |
| 1474 | FileReaderBuilder* FileReaderBuilder::memory_pool(::arrow::MemoryPool* pool) { |
| 1475 | pool_ = pool; |
| 1476 | return this; |
| 1477 | } |
| 1478 | |
| 1479 | FileReaderBuilder* FileReaderBuilder::properties( |
| 1480 | const ArrowReaderProperties& arg_properties) { |
no outgoing calls