| 852 | } |
| 853 | |
| 854 | Future<BatchesWithCommonSchema> DeclarationToExecBatchesAsync(Declaration declaration, |
| 855 | ExecContext exec_context) { |
| 856 | return DeclarationToExecBatchesImpl(std::move(declaration), |
| 857 | QueryOptionsFromCustomExecContext(exec_context), |
| 858 | exec_context.executor()); |
| 859 | } |
| 860 | |
| 861 | Future<BatchesWithCommonSchema> DeclarationToExecBatchesAsync( |
| 862 | Declaration declaration, bool use_threads, MemoryPool* memory_pool, |