| 733 | } |
| 734 | |
| 735 | QueryOptions QueryOptionsFromArgs(MemoryPool* memory_pool, |
| 736 | FunctionRegistry* function_registry) { |
| 737 | QueryOptions options; |
| 738 | options.memory_pool = memory_pool; |
| 739 | options.function_registry = function_registry; |
| 740 | return options; |
| 741 | } |
| 742 | |
| 743 | } // namespace |
| 744 |
no outgoing calls
no test coverage detected