| 460 | } |
| 461 | |
| 462 | Result<std::shared_ptr<Table>> PromoteTableToSchema(const std::shared_ptr<Table>& table, |
| 463 | const std::shared_ptr<Schema>& schema, |
| 464 | MemoryPool* pool) { |
| 465 | return PromoteTableToSchema(table, schema, compute::CastOptions::Safe(), pool); |
| 466 | } |
| 467 | |
| 468 | Result<std::shared_ptr<Table>> PromoteTableToSchema(const std::shared_ptr<Table>& table, |
| 469 | const std::shared_ptr<Schema>& schema, |