| 451 | } |
| 452 | |
| 453 | Result<std::shared_ptr<Table>> PromoteTableToSchema(const std::shared_ptr<Table>& table, |
| 454 | const std::shared_ptr<Schema>& schema, |
| 455 | MemoryPool* pool) { |
| 456 | return PromoteTableToSchema(table, schema, compute::CastOptions::Safe(), pool); |
| 457 | } |
| 458 | |
| 459 | Result<std::shared_ptr<Table>> PromoteTableToSchema(const std::shared_ptr<Table>& table, |
| 460 | const std::shared_ptr<Schema>& schema, |