| 803 | } |
| 804 | |
| 805 | Future<std::vector<std::shared_ptr<RecordBatch>>> DeclarationToBatchesAsync( |
| 806 | Declaration declaration, ExecContext exec_context) { |
| 807 | return DeclarationToBatchesImpl(std::move(declaration), |
| 808 | QueryOptionsFromCustomExecContext(exec_context), |
| 809 | exec_context.executor()); |
| 810 | } |
| 811 | |
| 812 | Future<std::vector<std::shared_ptr<RecordBatch>>> DeclarationToBatchesAsync( |
| 813 | Declaration declaration, bool use_threads, MemoryPool* memory_pool, |