| 757 | } |
| 758 | |
| 759 | Future<std::shared_ptr<Table>> DeclarationToTableAsync(Declaration declaration, |
| 760 | ExecContext exec_context) { |
| 761 | return DeclarationToTableImpl(declaration, |
| 762 | QueryOptionsFromCustomExecContext(exec_context), |
| 763 | exec_context.executor()); |
| 764 | } |
| 765 | |
| 766 | Future<std::shared_ptr<Table>> DeclarationToTableAsync( |
| 767 | Declaration declaration, bool use_threads, MemoryPool* memory_pool, |